Open jmishra17 opened 9 years ago
I think it makes perfect sense to maintain a Vector as an array of Expressions. That'll make basic operations pretty simple.
How are you doing with this? I've been playing around with some code locally but I don't want to step on your toes if you're still working on it.
Actually, you can go ahead and write the feature for this. I have been busy with some other stuff. I am actually gonna go ahead and add plotting feature for all fractions, equations and expressions.
To add to that, I had a few framework adjustment ideas to suggest if you wanna talk this in detail. We can definitely open a Gitter Chat for this if you like
Sure, we're over here: https://gitter.im/nicolewhite/algebra.js
Was about to start writing some features for vectors and after looking at some of the code, thought that Vectors should operate on array of expressions as their data type:
For instance,
Following this logic, nd-vectors or Martrices would operate on the same logic, keeping an array of vectors as their internal data structure.
Any suggestions?