MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Are points co-planar in (numDimensions-1)?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43237] Are points co-planar in (numDimensions-1)?
  • From: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
  • Date: Wed, 20 Aug 2003 22:26:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I have a vector generator that produces sets of vectors in numDimensions space. It has been said
that they might be coplanar in numDimensions-1, and I wish to test this.

For instance, if the number of dimensions is set at three:
dataSet=ReadList["data.txt", {Number, Number,Number}]
Is dataSet coplaner in some 2D plane?

--
-Jonathan


  • Prev by Date: How to evaulate a function and graph it
  • Next by Date: Comprehensive Clear ?
  • Previous by thread: chess
  • Next by thread: Re: Are points co-planar in (numDimensions-1)?