|
[Date Index]
[Thread Index]
[Author Index]
Re: java method in NDsolve
- To: mathgroup at smc.vnet.net
- Subject: [mg62286] Re: java method in NDsolve
- From: "Chris Chiasson" <chris.chiasson at gmail.com>
- Date: Sat, 19 Nov 2005 05:54:10 -0500 (EST)
- References: <dlkc8k$pqa$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I don't know if there is a way to redefine function to do what you
want, because I do not use Java or .NET or anything else besides
Mathematica itself, but the folowing might work for you:
f[t_NumericQ]:=function[t]
then restate your differential equation in terms of f.
Also, there may be an option to have NDSolve not do the
"held"/"symbolic" evaluation of its arguments. (I think it does this to
see if there is a way to extract the derivatives symbolically instead
of constructing them numerically)
--
http://chrischiasson.com/contact/chris_chiasson
Prev by Date:
Integral with a Bessel function
Next by Date:
Programmatic Search and Replace
Previous by thread:
java method in NDsolve
Next by thread:
Lost connection to license server
|