Solved
space craft math trouble shooting it won't calculate
trouble with it not answering the equation input to hard it didn't calculate i had ai gemini help me i would like you to look at what i tried to do if you could please
heres the input i used
T_coil := 10^13 * T
N_turns := 10^5
P_star := 10^79 * W
omega_vortex := 10^9 * rpm
F_thrust := 10^90 * N
Constants:
* $T_{coil} := 10^{13} \text{ Tesla}$ (Standard Flux for MFA and WHPC coils )
* $N_{turns} := 10^5$ (Standard winding count for high-power enhancement )
* $P_{star} := 10^{79} \text{ Watts}$ (The "Refined Hydrogen" fusion output )
* $\omega_{vortex} := 10^9 \text{ rpm}$ (Rotational speed for Hover Coils and Spin )
* $F_{thrust} := 10^{90} \text{ Newtons}$ (Initial propulsion for Vortex Accelerators )
guess values Warp_Result : = 1 * m constants Warp_Result := (P_star / F_thrust) * (T_coil / N_turns) solver Ans := Find(Warp_Result) Final_Answer=
what am i doing wrong it won't calculate i have tried several ways changing the parenthesis
heres the input i used
T_coil := 10^13 * T
N_turns := 10^5
P_star := 10^79 * W
omega_vortex := 10^9 * rpm
F_thrust := 10^90 * N
Constants:
* $T_{coil} := 10^{13} \text{ Tesla}$ (Standard Flux for MFA and WHPC coils )
* $N_{turns} := 10^5$ (Standard winding count for high-power enhancement )
* $P_{star} := 10^{79} \text{ Watts}$ (The "Refined Hydrogen" fusion output )
* $\omega_{vortex} := 10^9 \text{ rpm}$ (Rotational speed for Hover Coils and Spin )
* $F_{thrust} := 10^{90} \text{ Newtons}$ (Initial propulsion for Vortex Accelerators )
guess values Warp_Result : = 1 * m constants Warp_Result := (P_star / F_thrust) * (T_coil / N_turns) solver Ans := Find(Warp_Result) Final_Answer=
what am i doing wrong it won't calculate i have tried several ways changing the parenthesis

