Since 5/22/2012 8:08:46 PM, rondeau has written 4 articles and participated in 0 conversations. rondeau signature: rondeau
rondeau's articles:
Items(4) /1
NDSolve with implicit function123 (4/20/2006 9:29:06 AM) comp.soft-sys.math.mathematica I am trying to numerically solve a differential equation
{x'[t]==f[x[t],y[t]], x[0]=a} , where y[t] is the numerical solution to an
implicit function g[x[t],y[t]]==0 (not a polynomial).
In other words, giv... rondeau
Loop and Lost values - The Sequel121 (4/5/2006 11:16:20 AM) comp.soft-sys.math.mathematica A sequel to my previous message concerning lost values when I ran a For[]
loop. I now run a similar program, but with a series of Do[] commands. This
time, I can list the results, but some of them will not s... rondeau
Lost Values after For[ ] loop122 (4/5/2006 11:04:11 AM) comp.soft-sys.math.mathematica Here is a problem I find completely baffling.
After several days of frustration, I have pin-pointed the failures of my
program to the the issue:
I run a For[] loop with an iterator I call "t1".
The loop is ... rondeau
imposing parameter assumptions124 (10/25/2003 10:47:52 AM) comp.soft-sys.math.mathematica Simple question: How do I impose assumptions on the sign of parameters in
symbolic equations and then test for the sign of an expression. Example:
suppose I want to test the sign of f[a]=a^-3 if a<0. I trie... drr7