#5612: example of solving a system of linear equations symbolically using
symbolic
matrices
----------------------------+-----------------------------------------------
Reporter: jason | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4.2
Component: linear algebra | Keywords:
----------------------------+-----------------------------------------------
Comment(by was):
Make sure to change
{{{
matrix(2,[a,b,c,d])
vector([3,5])
}}}
to
{{{
matrix(SR,2,[a,b,c,d])
vector(SR,[3,5])
}}}
since otherwise people get really confused when slight changes lead to
breakage (e.g., see sage-support).
Also, I'm concerned about the large number of wishlist-style trac tickets
you've been creating lately, like this one. If everybody made tickets
like you're doing it about similar things, trac would soon become
unusable.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5612#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---