about the base vector Clause
Ältere Kommentare anzeigen
Hi ! ,
i'm a student and i from Turkey.. I'm doing my homework (linear algebra ) and i did not some questions.
For example : "a = [1,3;1,-1]' Which is to sentence the base vector for R2(the square) ?
How i do ? Please Help me this. Thank you
2 Kommentare
Walter Roberson
am 2 Jun. 2012
Are you referring to "eigenvector" ?
alper
am 2 Jun. 2012
Akzeptierte Antwort
Weitere Antworten (1)
alper
am 3 Jun. 2012
0 Stimmen
7 Kommentare
Walter Roberson
am 3 Jun. 2012
This is a question in linear algebra, not a question in MATLAB. Please refer to linear algebra reference material.
alper
am 3 Jun. 2012
Walter Roberson
am 3 Jun. 2012
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Walter Roberson
am 3 Jun. 2012
The link above is a listing of places to learn about MATLAB, not a topic to ask a specific MATLAB question in. I have removed your question there. It was:
"Which of the following sentences in vector R (square) for the soleplate? A = [1.3, 1, -1] 'on how to complete MATLAB"
I do not know what you mean by "soleplate", or what you mean by "sentences" in that context?
alper
am 3 Jun. 2012
Walter Roberson
am 3 Jun. 2012
The only MATLAB tools appears to be part of the Symbolic Toolbox
http://www.mathworks.com/help/toolbox/mupad/linalg/basis.html
These tools require that you provide a set of spanning vectors. Creating the spanning vectors is your real problem: once you have spanning vectors the transformation is routine.
There are an infinite number of spanning vectors. MATLAB does not have any tools to choose spanning vectors for you. Not unless you want to use rand() to create random vectors and check to see whether the random choices work.
alper
am 3 Jun. 2012
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!