need help on python hw for physics

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

need help on python hw for physics

Post by answerhappygod »

need help on python hw for physics
Need Help On Python Hw For Physics 1
Need Help On Python Hw For Physics 1 (13.21 KiB) Viewed 38 times
Problem 3 a) Using Sympy, find the factors of f(x) = x - 13x + 12 b) Find F(X), the integral of f(x), using Sympy C) Find the lambdification of F(x) and plot from -4 to 3 d) Find the exact area of f(x) from -4 to 3 using F(x). Check the results against the graph. +]: from sympy import * X=symbols('x') f=x**3-13*x+12 ]:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply