Maple solve or solve with matrix - Messages
Trying to solve empirical formula with matrix input using either solve or maple(solve)Solve Block.sm (12 KiB) downloaded 68 time(s).
I do. Based on empirical formula, I want to solve for the "flow" based on the total energy. Delta T is constant, so I don't understand your comment.WroteBefore applying some suite, you must have something to process.
Here is a revised file, hopefully clearer as to what I am looking for...
Solve Block.sm (7 KiB) downloaded 56 time(s).
The first descriptor shows ME doing the algebraic manipulation and getting the correct answer. I am trying to use "solve" to solve the equation with no success. As always, thank you for looking and responding
but here it goes

solve() cannot find units, so you need to "help" it allowing it to search for unitless values and adding required units by hands. Also, it cannot search matrices - so iterate it (I used vectorize()

Third - you need to pay attention when you use assignments, and when - comparisons. You happened to use := in solve() instead of ≡.
Fourth - solve(#,#) searches inside the range that is set in program's settings - use solve(#,#,#,#) to define custom range

See attached.
I like documenting and showing the empirical equations for others to "see", whenever possible. Yes, easy for me to re-arrange, put I wanted to keep the look of the empirical equations when possible. This is one for Jean and his units argument.
Why do we need to put the range? (solve(4)) I thought Solve two went only on the positive side so range was not needed. I guess I should de-fault to more instead of less. I had something similar without the units corrected as you did it...at one point
WroteWhy do we need to put the range? (solve(4))I thought Solve two went only on the positive side so range was not needed.I guess I should de-fault to more instead of less.I had something similar without the units corrected as you did it...at one point
solve(2) is perfect for calculations "on the fly"; if you need consistent and reproducible calculations I strongly reccomend solve(4); this because solve(2) it depends on settings that may change from computer to computer or in the same computer they may changes on the time (since the range you need in some application may not be the same of another, and someone - even you - may have changed these settings since last time you have executed the worksheet). However if you still want to use solve(2), I suggest you to document somewhere near the function the range to use.
It's not always good to set solve range (in settings, or in solve(4) ) to very large size, because it may lead to inability to find roots, or poor precision.
solve() first splits the range to 100 even pieces and evaluates the expression for each point (excluding high edge, btw). You may see this if you try solve(x≡x;x) for default range, or similar with solve(4). After that, slove analyzes the data, using limited number of iterations. So, for very large range, no points may help it to find roots, or too many iterations may be required, so no results may be returned.
Revisit "Samples" the solve stuff I posted within last 2 weeks.
"solve", "Solve" are brute force of unpredictable inaccuracy.
In one of the examples, the acuracy is e-9, that is enough to
shoot Jupiter instead of Mars. OK, HVAC is empirical. Further
temperature controlled, not to avail so much "pain & prestige".
My Smath 5346 does not have the vectorise operator, survive w/o.
BTW, such huge numbers with so many decimals, make it integer,
and maybe set the last integer value to 0 , to meet empirical.
Cheers, Jean
Update, I thought that Vectorize eliminated the nesting issue. I think that is what is going on as my solution may be a nested item and not a matrix. Definitely a nesting issue. How do I "un-nest" a Vectorized equation? Solve Block 2.smz (2 KiB) downloaded 34 time(s).without jMG Matrix manipulation. I was hoping Vectorize would simplify the issue.
This was first noticed solving Gamma(x), that solves un-assigned.
erf(x), Gamma(x) are two reported, that solve from vectorising, not assignable.
Nothing to do => copy/pate ... Does not spool to file either
Jean
WroteThe solve block is not compatible for assigning objects that are vectorized....
Any recommendations? For now, I will do copy and paste, but I would like to "automate" the solution since these numbers are used downstream. I'm not seeing a programmed solve program, unless there is an example I missed in the forum.
WroteAny recommendations? For now, I will do copy and paste, but I would like to "automate" the solution since these numbers are used downstream. I'm not seeing a programmed solve program, unless there is an example I missed in the forum.
Maybe, I don't understand the question. To me, it looks like you try to repeatedly solve an equation for various values of the constants in the equation. And you have vectors of these constants.
So what I did was to generate a symbolic solution and use vectorize to apply the various input values. But you didn't seem to like it.
Also, I am a bit helpless faced with your use of units. I'd use units only in values of quantities, never as free parts of equations, otherwise these equations become dependent on the units used. My approach shown above is completely consistent in terms of units.
WroteAny recommendations?For now, I will do copy and paste, but I would like to "automate" the solution since these numbers are used downstream.I'm not seeing a programmed solve program, unless there is an example I missed in the forum.
==========================================
You have missed nothing from the forum, has never bee exemplified.
I don't work with units, sorry for your work sheet.
As explained before => Gamma(x) is one that needs be vectorised locally
That does not exclude global vectorising for further use, downstream the document.
Cheers Esild ... Jean
1. Subscript should not exist [complicate matters].
2. What are "Units" doing in Engineering works ?
Jean
solve block 2 Examine Solutions.sm (7 KiB) downloaded 40 time(s).
maybe it's my misunderstanding and lack of familiarity with the Maple plugin
Jean,
Finally, an example that shows WHY we need units

-
New Posts
-
No New Posts