Download presentation
Presentation is loading. Please wait.
1
Find u,w ve z with computer?
Example 1: Find u,w ve z with computer? MATLAB code: clc;clear a=[ ;0 3 -6;1 1 1]; b=[9;12;5]; c=inv(a)*b
2
Example 2: After applying the cutting method in a cage system, the following equations are obtained from static equilibrium conditions. The forces in FCK=6.157 kN and FCB= kN are given. Therefore, calculate FJD, FFD, FCD ve FFC forces? A B F
3
A B F with MATLAB clc;clear
F=inv(A)*B FJD= kN FFD= kN FCD= kN FFC= kN
4
Example 3: Find the roots of the polynomial ? with MATLAB
>> roots(p) ans = i i 1.1838 >>ezplot('3*t^4+5*t^2+6*t-20',-2,2)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.