about the base vector Clause
2 次查看(过去 30 天)
显示 更早的评论
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
采纳的回答
Walter Roberson
2012-6-2
This seems to be a mathematics theory question rather than a MATLAB question.
You appear to be asking how to find the basis vector for something. There is not just one unique set of basis vectors for a space.
For example, [1 0 0], [0 1 0], [0 0 1] is one basis set for R3, but so is [1 0 0], [0 1 0], [0 0 k] for all constants k that are real valued and non-zero. There is an infinite number of solutions, so you cannot numerically solve to find all basis sets for R3 (not in any finite time period.)
0 个评论
更多回答(1 个)
alper
2012-6-3
7 个评论
Walter Roberson
2012-6-3
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!