how to separate the variables of an equation?

1 次查看(过去 30 天)
Hi there
Please do anyone know how to separate the variables of an equation. for example we have f(x,y)=g(x,y) and we want it as y=h(x) .
Many thanks
OMAR MAAROOF

采纳的回答

Walter Roberson
Walter Roberson 2012-1-5
That cannot be done in the equation form you specify.
For example, let f(x,y) = x^2 + y^3 . Then for any one x there are an infinite number of corresponding y that are valid.
If you are given a particular f(x,y) value, say P, you could try
syms x y
solve( P - g(x,y), y)
However, this will not always be able to find a solution, and when it is able to analyze, there may be multiple solutions.
  2 个评论
omar
omar 2012-1-5
thanks for your answer
of course I have particular function, I tried the solve function and it done with two solutions.
Walter Roberson
Walter Roberson 2012-1-5
Then both those solutions are valid.
For example, y^2 = x has two solutions, y = sqrt(x) and y = -sqrt(x) . Nothing you can do about it: y simply cannot always be isolated uniquely.

请先登录,再进行评论。

更多回答(1 个)

Basil Abdelrahim
Basil Abdelrahim 2016-10-18
Hi everyone
does any one have idea how can I spreat the male from the female in-order to transfer it from excel to matlab because its mix like that ??
male female female male
  1 个评论
Walter Roberson
Walter Roberson 2016-10-18
Is the order always the same? That in every group of 4 it goes male, female, female, male? Or is there a variable that has the information about which entry is which?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by