Functional Solve Block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Functional Solve Block
Dear Everyone,
How can I solve the root of equation as matrix as picture attachment (Red Circle)?
Many thank for replying
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Set up the calculation just for single values, turn them into functions and call them vectorized.
Maybe that way:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Please (also) attach your worksheet. You may have to zip it first.
A serious bug in this forum often prevents from attaching a mathcad file. In Windows Explorer click with the right-mouse button on the mathcad file and select 'Send to' -> 'Compressed (zipped) folder'. The resulting .zip file can be attached.
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear Sir,
Please see attachment
Thank u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Set up the calculation just for single values, turn them into functions and call them vectorized.
Maybe that way:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I will try it
Many thank !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
fs(a,h) it should be matrics but it isn't. I just know that because min() make the solution wrong. I can't solve it.
Please solve it ,
Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for help!
It still wrong because min(Es*|et(a,h|,fy) (Red Highlight) the result not matric but number that make the answer of fs(a,h) wrong and cause a (the element of a number in [] should be different because it depend on h ) wrong too.
The solution that I want to find is to make min(Es*|et(a,h|,fy) to Matric to take its element to take part in Calculation.
|et(a,h| its result is Norm of Whole matrics but not Abs of Element of Matrics. We need it as Abs of Element of Matrics, if we can do, The solution is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
|et(a,h| its result is Norm of Whole matrics but not Abs of Element of Matrics. We need it as Abs of Element of Matrics
But this is exactly what happens when you call the function vectorized!
