https://github.com/dvberkel/mathematics-articles
This project has as goal to produce mathematical articles and software with an inclination to computer algebra.
https://github.com/dvberkel/mathematics-articles
Last synced: 3 months ago
JSON representation
This project has as goal to produce mathematical articles and software with an inclination to computer algebra.
- Host: GitHub
- URL: https://github.com/dvberkel/mathematics-articles
- Owner: dvberkel
- Created: 2012-05-25T14:10:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T07:04:47.000Z (about 1 year ago)
- Last Synced: 2025-02-07T23:29:43.625Z (4 months ago)
- Language: TeX
- Homepage: http://dvberkel.github.io/mathematics-articles/
- Size: 2.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathematics Articles
This project has as goal to produce mathematical articles and software
with an inclination to computer algebra.## Collaborators
* Wieb Bosma
## Usage
First of all, make sure to clone this repository```
git clone [email protected]:dvberkel/mathematics-articles.git
```and enter the `mathematics-articles` directory.
Add, remove and change files and stage them with the following command
```
git add
```Make a commit
```
git commit
```and push the commit to GitHub
```
git push origin
```