Function view [Eval], & [Simplify]
|
11-03-2018, 10:49 PM
(This post was last modified: 11-12-2018 09:40 PM by compsystems.)
Post: #1
|
|||
|
|||
Function view [Eval], & [Simplify]
Hello, Users and Developer group of the hp-prime calculator
Topic: Operations (+, -, *, /, o) with functions on CAS VIEW and HOME VIEW (NUMERICAL) it is required to define the same mathematical object twice =( to show the graphic part and symbolic operation CAS VIEW PHP Code: assume(X,symbolic) [Enter] Error: Bad Argument FUNCTION VIEW PHP Code: // restart(X) // numerical mode Thanks |
|||
11-04-2018, 11:04 AM
(This post was last modified: 11-04-2018 11:11 AM by JMB.)
Post: #2
|
|||
|
|||
RE: Function view [Eval]
Of course it doesn't work, the Function App is not CAS!
Inside the Function App you must write:
Josep Mollera. HP PRIME, HW: C, SW: 2.2.15157 (2024-09-01). |
|||
11-04-2018, 12:41 PM
(This post was last modified: 11-04-2018 08:36 PM by compsystems.)
Post: #3
|
|||
|
|||
RE: Function view [Eval]
Hello
The expression F5(X)=(F1+F2)(X) algebraically is equivalent to F5(X)=F1(X)+F2(X), but the most used in the math books is F5(X)=(F1+F2)(X), like (F1○F2)(X), instead of F1(F2(X)) I think the function application must have some kind of symbolic calculation library [Symbolic key] to be able to evaluate the expressions symbolically, simply that it needs to add some rules as in the cases that it can not currently evaluate. But more useful is that the whole system could be integrated NUM mode with CAS mode, because there are three ways to solve certain types of mathematical problems, by graphical method [Plot key], tabulation of values [Num key] and analytically mode [CAS] The most valuable is the CAS, because the graphics are deceptive (they disfigure reality) for example F0(X) = 3/(2*X -5) apparently there are intersections, and in the function F1(X) = X^3-1.1*X^2-65.4*X+229.5, the Fundamental Theorem of Algebra tells us that any cubic equation can have at most three real solutions, but the graph shows me two. until you zoom in. Many authors are against the teaching of mathematics by means of graphics, mathematics is symbolic and therefore the CAS is the most important, but the graphing It is a great heuristic resource. I hope in the future that they can integrate the [NUM/HOME] mode with the Computer Algebra System, as you can see in CAS mode I have to replace the variable X with X_ when I expose the three solution methods in the classroom, it is a problem assign the value from 0 to X, although this could easily be fixed as I propose in the following thread: Solution to the problem of pre-assigned variables to 0 I await your feedback from the following publication http://www.hpmuseum.org/forum/thread-11663.html With the integration of [NUM / HOME] mode with [CAS] the power of the HP-prime was great. Maybe one day. Thank you |
|||
11-11-2018, 01:46 PM
(This post was last modified: 11-12-2018 09:21 PM by compsystems.)
Post: #4
|
|||
|
|||
RE: Function view [Eval]
Hello, the EVAL function is not simplified, it only replaces, it is very useful to see the simplified expression, as well as an option to recover the previous definition, because after evaluating it, the original expression is lost.
at present [Edit][✓][X][][Eval][Show] in a very close firmware update. [Edit][✓][X][Eval/Definition][Simplify][Show] PHP Code: F1(X)=2*X -3; the following statement if it is interpreted [PLOT VIEW], but it does not show the result CAS(simplify(F1(X)+F2(X)) Usually the cases of a subject in mathematics to show in a class, are 10 to 15 options, for this reason it is necessary to expand the input fields from F0 to F15 PHP Code: F1(X)=2*X -3; |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)