Jump to content

inequality solution


Narges

Recommended Posts

Hi everybody. I want to find suitable range for four parameters: x(1), x(2), x(3) and x(4); in a way that:

 

326.705<x(1)*x(2)*(1+x(4))^2*(1-x(4))*x(3)^3<378.29

 

What should i do?

Is there any way to find the answer by MATLAB?

Link to comment
Share on other sites

Have I got this right?

 

I have transposed you formula using A,B,C,D for the parameters

 

326.705 < ABC3(1-D)(1+D)2 < 378.29

 

You can use the superscript icon for the powers

 

Since you have a (1-D) can the parameters take on negative values (do you understand why I am asking this)?

Edited by studiot
Link to comment
Share on other sites

I know that non of the parameters are negative and D is less than 1. you got the formula right.

 

p.s. this is part of an optimization problem for a generator design, so I know the amount of parameters approximately but I need to know in which range I could change them to earn optimize result.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.