|
1131 | 1131 | " W = W.subs(c**2,(C+1)/2)\n", |
1132 | 1132 | " W = W.subs(s**2,(C-1)/2)\n", |
1133 | 1133 | " W = simplify(W)\n", |
1134 | | - " W = W.subs(1/Binv,Bmag)\n", |
| 1134 | + " W = W.subs(Binv,1/Bmag)\n", |
1135 | 1135 | " W = expand(W)\n", |
1136 | 1136 | " print('#%S = \\\\f{\\\\sinh}{\\\\alpha} \\\\text{ and } C = \\\\f{\\\\cosh}{\\\\alpha}')\n", |
1137 | 1137 | " print('W =',W)\n", |
|
1179 | 1179 | "\\begin{equation*} e^{\\alpha B/{2\\abs{B}}} = c + (1/B) s \\boldsymbol{X}\\wedge \\boldsymbol{Y} - (1/B) \\left ( Y\\cdot e\\right ) s \\boldsymbol{X}\\wedge \\boldsymbol{e} + (1/B) \\left ( X\\cdot e\\right ) s \\boldsymbol{Y}\\wedge \\boldsymbol{e} \\end{equation*}\n", |
1180 | 1180 | "\\begin{equation*} W = Z\\cdot Y = (1/B)^{2} \\left ( X\\cdot Y\\right ) ^{3} s^{2} - 4 (1/B)^{2} \\left ( X\\cdot Y\\right ) ^{2} \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) s^{2} + 4 (1/B)^{2} \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) ^{2} \\left ( Y\\cdot e\\right ) ^{2} s^{2} + 2 (1/B) \\left ( X\\cdot Y\\right ) ^{2} c s - 4 (1/B) \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) c s + \\left ( X\\cdot Y\\right ) c^{2} \\end{equation*}\n", |
1181 | 1181 | "\\begin{equation*} S = \\f{\\sinh}{\\alpha} \\text{ and } C = \\f{\\cosh}{\\alpha} \\end{equation*}\n", |
1182 | | - "\\begin{equation*} W = (1/B) \\left ( X\\cdot Y\\right ) C \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } - (1/B) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) C \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } + (1/B) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } + S \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
1183 | | - "\\begin{equation*} \\text{Scalar Coefficient} = (1/B) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
1184 | | - "\\begin{equation*} \\text{Cosh Coefficient} = (1/B) \\left ( X\\cdot Y\\right ) \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } - (1/B) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
| 1182 | + "\\begin{equation*} W = \\left ( X\\cdot Y\\right ) C - \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) C + \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) + S \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
| 1183 | + "\\begin{equation*} \\text{Scalar Coefficient} = \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) \\end{equation*}\n", |
| 1184 | + "\\begin{equation*} \\text{Cosh Coefficient} = \\left ( X\\cdot Y\\right ) - \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) \\end{equation*}\n", |
1185 | 1185 | "\\begin{equation*} \\text{Sinh Coefficient} = \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
1186 | 1186 | "\\begin{equation*} \\abs{B} = \\sqrt{\\left ( X\\cdot Y\\right ) ^{2} - 2 \\left ( X\\cdot Y\\right ) \\left ( X\\cdot e\\right ) \\left ( Y\\cdot e\\right ) } \\end{equation*}\n", |
1187 | 1187 | "\\begin{equation*} \\text{Require } aC^{2}+bC+c = 0 \\end{equation*}\n", |
|
0 commit comments