Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.7K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Solving for multiple ranges of values

Posted 10 years ago

enter image description here

I would like to solve for the ranges of t for which 0 < xx < 0.1. I'm interested in all of these ranges that fall within 0 < t < 1,000,000 Pi.
I need something like:

enter image description here

but this is not a viable way. I must be missing something really simple.... any ideas?

POSTED BY: Bryan Lettner

k = 0; % values range from -10 to 10 in 0.1 steps. Set your boundaries t= t; % values range from -10 to 10 in 0.1 steps. Set your boundaries x = 1,000,000 Pi.*u./v; % x depends on the values of u and v

You will end up with an array ( x ) of values for x that fulfil the condition imposed by your equation.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard