Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

restart;

### equation global###


eq1:=R[A]+R[B]+R[C]-P=0:
eq2:=M[A]+R[B]*L/4+R[C]*L/2-P*L=0:
tmp:= solve({eq1,eq2},{R[A],M[A]});
### elements de reduction###
Mf[1]:=-M[A]+R[A]*x;
Mf[1]:=subs(tmp,-M[A]+R[A]*x);
Mf[2]:=R[C]*(L/2-x)-P*(L-x);
Mf[3]:=-P*(L-x);
### calcul des reactions ###
U1:=Int(Mf[1],x);

You might also like