We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey I'm new to processing and am trying to work on my senior project. I was wondering if there was a function, or anything similar to matlabs EigenValues and EigenVectors. If so how do I use it??
libraries are listed here: https://processing.org/reference/libraries/
there might be something in there. doens't look like there is.
you can also use java libraries if you can find one, maybe apache commons-math:
http://commons.apache.org/proper/commons-math/apidocs/org/apache/commons/math3/linear/EigenDecomposition.html
Thank you I will pull in another library to calculate it.
Answers
libraries are listed here: https://processing.org/reference/libraries/
there might be something in there. doens't look like there is.
you can also use java libraries if you can find one, maybe apache commons-math:
http://commons.apache.org/proper/commons-math/apidocs/org/apache/commons/math3/linear/EigenDecomposition.html
Thank you I will pull in another library to calculate it.