Jump to content

Solving a linear set of equations in VEX


iamjaideep80

Recommended Posts

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)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...