This represents the first draft of the OSU Department of Mathematics' online Linear Algebra course. The sections below includes everything covered in the standard Math 2568 course, and a bit more. Later drafts will incorporate additional topics from applied linear algebra and differential equations.
- Edit first.tex. As you edit, you can use
pdflatex
to see the PDF version of your handout. - Go to the Ximera website, login, click on your name, click on Profile. Generate a key and secret.
- Open a SageMathCloud terminal and use
cd ~/xandbox
to make sure you're in the xandbox directory. - If you have never done so before, type
xake login
and paste in your key and secret. - Commit and push your changes to GitHub by running
git add first.tex
git commit -m 'Here I type a description of the edits'
git push
- Build the HTML files with
xake bake
- Publish your worksheet to ximera.osu.edu with
xake publish
- Append
/first
to the URL that xake prints out.
Ximera is still a work in progress and there may be bugs.
Please e-mail Jim Fowler or add an issue to the bug tracker.