Canvas Widgets
Canvas Widgets https://labellota02.tistory.com/entry/Canvas-Widgets
The rhs() ("right hand side") command allows to retrieve the result of an equation in exactly the format a function would have:
rhs() ("right hand side") 명령을 사용하면 함수의 형식과 정확히 일치하는 방정식의 결과를 검색할 수 있습니다:
Values:[
/* m=1.2 tons */
m=1.2*10^3,
/* 100 km/h*/
v=100*10^3/(60*60)
];
Energy:W=1/2*m*v^2;
at(Energy,Values);
W_mech:rhs(%);
댓글
댓글 쓰기