help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vector division by a matrix different results when executed in Octav


From: Markus Mützel
Subject: Re: Vector division by a matrix different results when executed in Octave or Python
Date: Fri, 25 Oct 2019 18:11:45 +0200

Am 25. Oktober 2019 um 14:44 Uhr schrieb "Denis Lessard":
> Hy I am trying to convert some of my Octaves programs to Python, but 
> presently I am stoped by a very strange problem.
> The results for a vector divided by a matrix on both system do not give me 
> the same results.
>  
> The Octave results are the good one when I compare my program results with 
> the web examples used 
> to validate my program.
> 
> I did try different approach in Python like transpose etc but notting seems 
> to approach the response given by Octave.

This looks like a question you should ask on a Python mailing list. It looks 
like you know what to do to get the desired results in Octave.
>From an Octave point of view, you might want to inspect the difference between 
>the "/" and the "./" operators.

Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]