Post Reply 
Derivating problems
08-22-2018, 09:46 PM
Post: #2
RE: Derivating problems
(08-22-2018 05:53 PM)kjpuma Wrote:  Hi world, I'm starting using this hp prime v2. But, I've got a problem with this when trying to get partial derivatives or just one variable-derivative.
For example: when I type "diff(x^2-6*xy^2+y^2+10*y+18,X)", it just shows: 2x, taking Y as 0, what I want is to know what is wrong with my calculator or some settings I've chosen before.

There are several problems with your command.

1. xy is different from x*y -- always be explicit with your operators as no software will be able to tell the difference between the mathematical product \( xy \) from the variable name \( xy \) without explicit operators.

2. You used a mixture of 'x' and 'X' for your variables. They are necessarily different. Moreover, the 'X' variable is a system variable whose content is always a real number (which may cause issues with symbolic manipulation).

3. Make sure you are using the CAS view and make sure that nothing is stored in the variables you are using. In your case, if you stick to using 'x' and 'y' (lowercase) then you can "delete" them using: purge([x,y]) in the CAS view.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Derivating problems - kjpuma - 08-22-2018, 05:53 PM
RE: Derivating problems - Han - 08-22-2018 09:46 PM
RE: Derivating problems - Aries - 08-23-2018, 08:39 AM
RE: Derivating problems - Didier Lachieze - 08-23-2018, 09:17 AM
RE: Derivating problems - CyberAngel - 09-22-2018, 02:35 PM
RE: Derivating problems - wheazel - 09-21-2018, 10:12 PM
RE: Derivating problems - roadrunner - 09-22-2018, 10:18 AM
RE: Derivating problems - wheazel - 09-22-2018, 10:32 AM
RE: Derivating problems - Carsen - 09-22-2018, 05:02 PM
RE: Derivating problems - ggauny@live.fr - 09-22-2018, 10:33 AM



User(s) browsing this thread: 1 Guest(s)