octave-maintainers
[Top][All Lists]
Advanced

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

Re: Symbolic solve compatibility tests


From: Michele
Subject: Re: Symbolic solve compatibility tests
Date: Sun, 9 Jul 2017 09:35:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/08/2017 07:07 PM, Mike Miller wrote:
Can someone with access to Matlab's Symbolic Toolbox test the following
different ways of calling solve:

   syms x y
   [X, Y] = solve (x*x == 4, x == 2*y, x, y)
   [X, Y] = solve (x*x == 4, x == 2*y, [x, y])
   [X, Y] = solve ([x*x == 4, x == 2*y], [x, y])
   [X, Y] = solve ([x*x == 4, x == 2*y], x, y)
   [X, Y] = solve ({x*x == 4, x == 2*y}, {x, y})
   [X, Y] = solve ({x*x == 4, x == 2*y}, [x, y])

Octave supports the first form, but currently not the others.


Dear Mike,

I have MATLAB2017a. The first four work, the last two not. For completeness I attach the diary.

--
Michele Ginesi

Attachment: diary
Description: Binary data


reply via email to

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