Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assigning symbolic results from a solve block

Status
Not open for further replies.

10GOverCopper

Electrical
Joined
Jun 28, 2004
Messages
1
Location
US
Hi,

If I use a Solve block (Given..Find) to solve a set of symbolic equations, is it possible to assign one or more of those symbolic solutions to another variable (and hence define a function) that will be automatically updated whenever I change something within the solve block?

For instance, in the example below,

Given
ax + by = c
xy = d
Find(x,y) -> (...)

I would like to define a new function as the symbolic solution "x" such that the new function is updated if I change the Given..Find block above.

Thanks!
 
???

If you assign A:find(x,y), A[0 is assigned to x and A[1 is assigned to y

TTFN
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top