Question: I need help getting my problem #5 to work (python3 using sympy). By writing statements to calculate the first and second derivatives for the equation
I need help getting my problem #5 to work (python3 using sympy). By writing statements to calculate the first and second derivatives for the equation shown in problem #4. I'm not sure how to get the derivatives.

[1]: import sympy from sympy import I, pi, oo Problem 2 (5 Points) Put the statement used to initializing the pretty printing (2]: sympy.inst printing) Problem 3 (10 Points) Write statements to create a symbol x that represents a positive number, then displays the result of the equation -4x +4 13j: sympy . Symbol("x", positiveTrue) sympy.sqrt(x 2 -4x 4) Problem 4 (10 Points) Write statements to create a symbol representing the integer 25 named y, then displays the result of the equation 4y +3y +2y +1. 19j: y- sympy . Integer(25) expr (4y3 +3y *2 2y 1) sympy.expand(expr) 19]: 64426 Problem 5 (10 Points) Write statements to calculate the first and second derivatives for the equation shown in Problem 4. 1]: d sympy.Derivative(x, expr) ValueError Traceback (most recent call last)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
