[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: symbolic, lazy Min
From: |
Colin Macdonald |
Subject: |
Re: symbolic, lazy Min |
Date: |
Thu, 25 Oct 2018 12:05:58 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 2018-10-25 10:06 a.m., CS Suehs wrote:
Ah! ok!
I am willing to help. Let me see about pulling down source for octsympy.
You can even edit your existing install in place if you want to quick
way to get started...
What is the proper syntax in Octave for specifying a particular
function of a particular namespace? Was I doing that correctly?
Briefly, a function defined in "@sym/min.m" will get called whenever any
argument is of class "sym".
So "@sym/min" is called for "min(2, sym(3))" but not for "min(2, 3)".
Colin