Solving simultatious equations with inequalities
Show older comments
Hi all,
I have a set of three simultaneous that include inequalities that I need a solution for.
The equations are as follows:
Constant1 >= (a^4-b^4)/12
Constant2 >= a^2-b^2
a-b >= 10
When an equality is used in lieu of the inequalities, equations one and two do not intersect, and thus there are no real soltuions. I am aware that there is likely an infinite number of solutions to the above equations, but what I am looking to computate is the value of a and b that minimises all 3 equations, i.e. as close to constant1, 2 and 10 as possible.
If any could direct me to a possible solution to this question that would be great. I am new to matlab and unfamiliar with how to solve a problem like this.
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!