import sympy as sym from sympy import sin,cos,diff def TRX(gamma): return sym.Matrix([ [1, 0,0, 0], [0,cos(gamma),-sin(gamma),0], ...
確定! 回上一頁