Simple Simulation
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi, I have a simple problem but I don't know how to solve it..where to start from..the things I read have stochastic simulation...but what I want is direct: I'm trying get the values of X and Y for which the conditions below are verified:
initial/final values for X [0,20] and for Y [0,10]
1. ((Y+1)^2 / Y)- 1 <= X
2. X<= (Y+2)^2/ (Y+1)
and knowing the values of X and Y, if these values verify:
delta [0,1]
delta >= ((X-1)^2 (Y+X+1)^2) /(X+Y+1)^2(X+1)2^-16X^2(Y+1)
and obtain a table where I have
condition 1 | condition 2 | the value of delta |
X = , Y =.. True/False | True/False | |
What do you advise to read? where can I learn how to do it?
thanks
Mariana
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!