Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

math question using matlab

조회 수: 1 (최근 30일)
garry lyon
garry lyon 2021년 5월 16일
마감: Jan 2021년 5월 16일
anyone know how to answer these questions using matlab
a = 13;
c = 17;
k = 2*pi/3;
theta = 0:0.0001:2*pi;
b = a*cos(theta) + sqrt(c^2 - a^2*sin(theta).^2)
db/dtheta = - a*sin(theta) - (a^2*cos(theta).*sin(theta))./(c^2 - a^2*sin(theta).^2).^(1/2)
Using your answers to the previous items, determine the angle θ when the shaft is moving at its fastest. What is that largest speed?
How many seconds does it take for the contraption to return to its original state?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by