[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
From: |
Carlo De Falco |
Subject: |
Re: |
Date: |
Fri, 23 Oct 2015 14:14:19 +0000 |
On 23 Oct 2015, at 16:00, Jonathan Camilleri <address@hidden> wrote:
> >> a = rand(3,3)
> a =
>
> 0.824214 0.029893 0.542378
> 0.668594 0.111037 0.547211
> 0.499944 0.341851 0.948776
>
> >> b = rand(3,4)
> b =
>
> 0.26867 0.98889 0.48521 0.44561
> 0.45460 0.20859 0.44251 0.30262
> 0.38680 0.32572 0.91684 0.82033
>
> >> x = b \ a
> x =
>
> 1.3559534 -0.0752192 0.4586538
> 0.5842781 -0.1827420 0.0082588
> 0.0916040 0.2354118 0.5122098
> -0.3642875 0.2616426 0.3645640
>
> >>
>
> I cannot figure out how matrix division is working out
> i.e. 0.26867 divided by 1 / 0.82414 not equal to 1.3559534
>
http://www.gnu.org/software/octave/doc/interpreter/Arithmetic-Ops.html#XREFmldivide
c.