MathGroup Archive 2008

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

Search the Archive

Re: Do I have to worry about "Left" division for matrices?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94310] Re: Do I have to worry about "Left" division for matrices?
  • From: "jwmerrill at gmail.com" <jwmerrill at gmail.com>
  • Date: Wed, 10 Dec 2008 04:46:38 -0500 (EST)
  • References: <200812041217.HAA27795@smc.vnet.net> <ghdmo8$fjj$1@smc.vnet.net>

On Dec 6, 6:13 am, Daniel Lichtblau <d... at wolfram.com> wrote:
>
> Mathematica does not support an infix form of this sort of division, so
> the immediate question is moot.

You can turn LinearSolve into an "infix division" using the infix
notation:

In[1]:= a ~LinearSolve~ b

Out[1]= LinearSolve[a, b]

Not suggesting that is a particularly practical thing to do, but
sometimes the infix notation is useful, for instance for ~Join~

Regards,

JM


  • Prev by Date: Setting "attributes" for variables?
  • Next by Date: Re: NIntegrate of Oscillatory integrand
  • Previous by thread: Re: Do I have to worry about "Left" division for matrices?
  • Next by thread: Re: Do I have to worry about "Left" division for matrices?