Re: [sympy] Multiple types of Coordinate Systems for Vectors

2016-12-11 Thread Sourabh Garg
Hey, I also want to work on it. if you have any link to book's pdf version ,please share with me. Thanks Sourabh Garg -- 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

Re: [sympy] Making a matrix as subjectfrom matrix formula in Sympy

2016-12-11 Thread Aaron Meurer
You can use MatrixSymbol objects, but there is an open issue with it working with solve https://github.com/sympy/sympy/issues/7379 Aaron Meurer On Sun, Dec 11, 2016 at 1:50 AM, nila wrote: > I am new to sympy. I am working with sympy matrices. Is anybody knows about > making a matrix as subject

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2016-12-11 Thread Alan Bromborsky
My notes base on "Geometric Algebra for Physicists" are at - https://github.com/brombo/galgebra Look at bookGA.pdf in the doc directory. On Sun, Dec 11, 2016 at 8:53 AM, Arihant Parsoya wrote: > Hi, > > I am trying to get myself acquainted with geometric algebra by following > the book `Geomet

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2016-12-11 Thread Arihant Parsoya
Hi, I am trying to get myself acquainted with geometric algebra by following the book `Geometric Algebra for Physicists` (by Chris Doran). It would be very helpful if you can suggest some other readings which can be helpful in implementing the class `coordinate_system`. Thanks On Saturday, O

[sympy] Making a matrix as subjectfrom matrix formula in Sympy

2016-12-11 Thread nila
I am new to sympy. I am working with sympy matrices. Is anybody knows about making a matrix as subject from a matrix equation?. For examble if the equation is like following 2*A+Matrix[] = Matrix[], here A is a matrix variable. I want to make subject as A in order to find the answer for A strai