Post Reply 
non polynomial system and/or complex solver with variables in function of other vari
11-02-2022, 05:25 AM
Post: #4
RE: non polynomial system and/or complex solver with variables ....i
Code:
T*sin(U) / T*cos(U) = Y*sin(Z) /(Y*cos(Z)-W)

tan(U) = sin(Z) / (cos(Z)-W/Y)

tan(U)*(cos(Z)-W/Y) = sin(Z)

tan(U)*cos(Z) - tan(U)*W/Y = sin(Z)

W/Y = [tan(U)*cos(Z) + sin(Z)]/tan(U)

Y = W * tan(U)/[tan(U)*cos(Z) + sin(Z)]

T = {W * tan(U)/[tan(U)*cos(Z) + sin(Z)]} * cos(Z) - W
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: non polynomial system and/or complex solver with variables ....i - Namir - 11-02-2022 05:25 AM



User(s) browsing this thread: 1 Guest(s)