MathGroup Archive 2006

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

Search the Archive

Solve + Vector Equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68229] Solve + Vector Equations
  • From: caa0012 at unt.edu
  • Date: Sun, 30 Jul 2006 04:47:51 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Here's an idea that would be convenient for future implementations of Solve
Suppose v,w are vectors, a,b are points, and we want to know k,l 
scalars so that the following equation holds:

v k + a = w l + b

It's a bit irksome that I can't give the equation to Solve just like 
this, instead I have to define a transformation rule:

Solve[

v k + a = w l + b /. {x_,y_}=={w_,z_}:>{x==w,y==z} ,

{ k, l} ]


Chris Arthur


  • Prev by Date: Import pdf into a Notebook
  • Next by Date: multiple regression
  • Previous by thread: Import pdf into a Notebook
  • Next by thread: Re: Solve + Vector Equations