Community Profile

photo

Aj


Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I nee to write a code to solve a definite integral. The output format has to be fprintf.
%0 to 3 ∫(−x^3 + 3x^2 − 2) dx syms x f = -x.^3 + 3.x^2 - 2; a=0; b=3; int(f, a, b); This is the code i have so f...

bijna 2 jaar ago | 2 answers | 0

2

answers

Question


I need to write a code to solve a system of equations with formatted output (fprintf).
%Code to linear equations with 3 unknowns % x - 3y + 2z = -11 % 2x - 4y + 3z = 0 % 3x - 5y -4z = 5 A=[1, -3, 2; 2, -4, 3; ...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


Program and graph an equation that is not calculus based. For this instance use KE=1/2mV^2
<</matlabcentral/answers/uploaded_files/956475/7D9D9F9E-D3E4-4BEA-98B1-F92F840CC501.jpeg>> After completing the first part add ...

ongeveer 2 jaar ago | 0 answers | 0

0

answers