mooculus / linearAlgebra

Linear algebra activities by Crichton Ogle, also incorporating content from Beezer's FCLA textbook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Linear Algebra

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.

  1. Edit first.tex. As you edit, you can use pdflatex to see the PDF version of your handout.
  2. Go to the Ximera website, login, click on your name, click on Profile. Generate a key and secret.
  3. Open a SageMathCloud terminal and use cd ~/xandbox to make sure you're in the xandbox directory.
  4. If you have never done so before, type xake login and paste in your key and secret.
  5. 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
  1. Build the HTML files with xake bake
  2. Publish your worksheet to ximera.osu.edu with xake publish
  3. 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.

About

Linear algebra activities by Crichton Ogle, also incorporating content from Beezer's FCLA textbook.


Languages

Language:TeX 100.0%