use of root() with 3 parameters - how to?
Sep 17, 2014
03:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 17, 2014
03:18 AM
use of root() with 3 parameters - how to?
to all
i wnat to use the root() optin to solve a "simple" 2nd order equation. The 1st pass works fine but I now would like to set it up so that root() give me a set of x values for a set of given parameters. Please see attahce dmcad sheet
the equaqtion is as follwos
a(A,B,t)x^2 + b(A,B,t)x + c = 0
I can solve it if I set values for say A and t
Thanks
Regards
JXB
Solved! Go to Solution.
ACCEPTED SOLUTION
Accepted Solutions
Sep 17, 2014
03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 17, 2014
03:53 AM
Turn the call of root into a function with arguments A and t and use that function vectorized. This should do what you are asking for:
2 REPLIES 2
Sep 17, 2014
03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 17, 2014
03:53 AM
Turn the call of root into a function with arguments A and t and use that function vectorized. This should do what you are asking for:
Sep 17, 2014
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 17, 2014
06:11 AM
Thanks. Much appreciated. Learnt something today!
