CAN I SOLVE MULTIPLES in SOLV E BLOCK
Dec 30, 2021
05:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 30, 2021
05:30 PM
CAN I SOLVE MULTIPLES in SOLV E BLOCK
Labels:
- Labels:
-
Mathcad Usage
ACCEPTED SOLUTION
Accepted Solutions
Dec 30, 2021
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 30, 2021
09:11 PM
No, but you can turn the Solve Block in to a function of a parameter and call it many times.
2 REPLIES 2
Dec 30, 2021
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 30, 2021
09:11 PM
No, but you can turn the Solve Block in to a function of a parameter and call it many times.
Dec 30, 2021
10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 30, 2021
10:23 PM
Personally I prefer setting up calculations to be done with single scalar values, turning them into functions of the input values and then calling those function (vectorized) with the desired input vectors.
This is similar to what Jeff already had shown but without using any range variable N:
BUT ... if you really want to solve a vector equation in a solve block, you also can do that. Simply provide an appropriate guess vector (and please don't use range variables 😉
