-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second draft of linearalgebra.mac for the contrib folder. #1185
Open
LukeLongworth
wants to merge
29
commits into
maths:master
Choose a base branch
from
LukeLongworth:linear-algebra-beta
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0ea3d41
Merge pull request #5 from maths/master
LukeLongworth 90540d5
Merge branch 'maths:master' into master
LukeLongworth ac0052e
Create linearalgebra.mac
LukeLongworth f560ba7
Update linearalgebra.mac
LukeLongworth 002d966
Update linearalgebra.mac
LukeLongworth 3291c7c
Create linearalgebra_no_test.mac
LukeLongworth 0b457f1
Update linearalgebra_no_test.mac
LukeLongworth 5c86b68
Update linearalgebra_no_test.mac
LukeLongworth 1954845
Update linearalgebra_no_test.mac
LukeLongworth 125f3b3
Update linearalgebra_no_test.mac
LukeLongworth 4e3a9c3
Update linearalgebra.mac
LukeLongworth 69bf4bc
Update linearalgebra_no_test.mac
LukeLongworth 90cbc3b
Update linearalgebra.mac
LukeLongworth 595daa8
Update linearalgebra_no_test.mac
LukeLongworth 3242932
Create linearalgebra_test.mac
LukeLongworth 0791cbf
Delete stack/maxima/contrib/linearalgebra.mac
LukeLongworth e47734f
Rename linearalgebra_no_test.mac to linearalgebra.mac
LukeLongworth 5727f79
Update linearalgebra.mac
LukeLongworth 52af432
Update linearalgebra.mac
LukeLongworth 45ea4c4
Update linearalgebra_test.mac
LukeLongworth 96780bb
Update linearalgebra.mac
LukeLongworth 3c6d10e
Update linearalgebra_test.mac
LukeLongworth 0dbcbc8
Update linearalgebra.mac
LukeLongworth 5273336
Update linearalgebra_test.mac
LukeLongworth 2fdd9c3
Modify disp_eqns to support parameters
geoo89 35f7cc4
Merge pull request #6 from geoo89/linear-algebra-beta
LukeLongworth 47e92ea
Fix make_list_of_lists and vector parametric equations
LukeLongworth a8e417e
Add tests for make_list_of_lists edit and fix two broken tests
LukeLongworth dad2cc1
Fixing disp_eqns bugs
LukeLongworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think when I wrote this myself, I chose to have a column matrix, where the columns spanned the subspace. I think with this choice it's more explicitly a "list of vectors", rather than an implicit convention on the columns of a matrix.