iamjaideep80 Posted January 5, 2010 Share Posted January 5, 2010 Hi... I would like to know, how to solve a linear set of equations in VEX. Can matrix data type be used to do that?? Also, how would you do it with Python. I know, some external python libraries can be used for that, but some example files might help. Regards, iamjaideep80 (Jaideep Khadilkar) Quote Link to comment Share on other sites More sharing options...
symek Posted January 5, 2010 Share Posted January 5, 2010 Hi... I would like to know, how to solve a linear set of equations in VEX. Can matrix data type be used to do that?? Also, how would you do it with Python. I know, some external python libraries can be used for that, but some example files might help. Regards, iamjaideep80 (Jaideep Khadilkar) I don't think vex can do that, more probably cvex, (Volume VOP is a matrix machine more or less) In python there are plenty of possibilities. For example (google search): http://docs.scipy.org/doc/scipy/reference/tutorial/linalg.html#solving-linear-system Another example is GNU SL with Python bindings Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.