I'm writing the section of the new tutorial on matrices. What do
people think are the most important methods, functions, and ideas to
present? So far, I have

- How to construct a matrix as a list of lists (should I also mention
other constructors?)
- Slicing.  Should I mention any basic manipulation operations beyond this?
- Methods representing common high-level matrix operations, like rref
and nullspace.  Any recommendations on what should go here?
- A small discussion on mutability.
- Should I mention sparse matrices?
- Should I mention matrix expressions?

The current Matrix API is a little confusing and inconsistent in
places, so I'd like to avoid any confusing parts if I can.

Aaron Meurer

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to