non polynomial system and/or complex solver with variables in function of other vari
|
11-02-2022, 01:16 AM
(This post was last modified: 11-02-2022 02:28 AM by Hailsing191.)
Post: #1
|
|||
|
|||
non polynomial system and/or complex solver with variables in function of other vari
Hello, i'm trying to solve a system with 2 variables ("T and U") and 3 inputs ("W" "Y" and "Z") (i would like that T and U to be a function of W Y and Z).
The main equations would be [T*cos(u)=Y*cos(Z)-W , T*sin(U)=Y*sin(Z)], i tried to put as follow: https://imgur.com/gallery/bPD4JZl i also tried it in the complex form but it showed the first image error too any ideas how i could do it? edit: I'm using hp50g with RPN |
|||
11-02-2022, 02:07 AM
Post: #2
|
|||
|
|||
RE: non polynomial system and/or complex solver with variables in function of other vari
What machine type are you using? It's hard to give advice without some important details like machine, key settings (RPN vs ALG), etc.
--Bob Prosperi |
|||
11-02-2022, 02:29 AM
Post: #3
|
|||
|
|||
RE: 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) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)