The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Solving a simple Partial Differential Equation
01-15-2023, 07:29 PM
Post: #1
Solving a simple Partial Differential Equation
Hi,
I am trying to find the right approach to 1.) partially differentiate an equation and then 2.) solve the partial differential equation in next step with to be defined numbers for the variables:

Simple example equation:
(1/2)*(a^3+4*b^4-c*a^2)

1.) partially differentiate for variable a (result should be: (1/2*(3a^2-2ac))
2.) solve the resulting partial differential equation for a=3, b=5 and c=4 (result: 1.5)

The sample above is easy to solve, but if the partial differential equation is very complex, it is very time consuming to retype everything with the defined numbers for the variables.
So what would be the fastet way to solve both steps within one command in the HP Prime?
Thanks for your help!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solving a simple Partial Differential Equation - Topper - 01-15-2023 07:29 PM



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