![]() Volume 9, Issue 2 Articles Tricks of the Trade In and Out Trott's Corner New Products New Publications Calendar News Bulletins New Resources Classifieds Download This Issue Editorial Policy Staff Submissions Subscriptions Advertising Back Issues Contact Information |
In and Out
Coplanarity Q: Given a set of n-dimensional vectors, is there a simple way to check if they are coplanar in A: Eckhard Hennig (aidev@kaninkolo.de) answers: To establish coplanarity in Define three linearly independent vectors in
Generate a set of 10 coplanar vectors in
The null space of the mapping defined by
In Version 5, you can use MatrixRank instead to calculate the dimension of the subspace spanned by
NullSpace may be unreliable for large and ill-conditioned systems. A more reliable, but less efficient, alternative is to determine the number of singular values of the mapping.
Since there are two singular values, the set of vectors spans a two-dimensional space, that is, the vectors are coplanar in Now crosscheck for the noncoplanar case: generate 10 vectors in
The null space is empty, which implies that
Alternatively, the number of singular values equals the dimension of the space.
|
||||||||
About Mathematica | Download Mathematica Player Copyright © 2004 Wolfram Media, Inc. All rights reserved. |