0
Li Hang Posted 11 years ago
Grammar

How to make this sentence more natural?

*set Y(m) where N/2+2<= m <= N to zero*

I want to set Y(m) where m is in the range of N/2+2 - N to zero. The role of that sub clause is to restrict the range of variable m.
  

Top answer

set Y(m) where N/2+2 ... In mathematics this is written as follows: Let Y(m) = 0, where N/2+2 = m = N CJ

  • set Y(m) where N/2+2 ...
  • In mathematics this is written as follows: Let Y(m) = 0, where N/2+2 = m = N CJ
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

8 Answers
0
set Y(m) where N/2+2 ...


In mathematics this is written as follows:

Let Y(m) = 0, where N/2+2 = m = N

CJ
0
No,No, you have misunderstood my meaning.Y is a vector whose length is N. I want to to set the values of the items inside Y whose indexes are in the range of N/2+2 to N to zero.
0
Li Hang No,No, you have misunderstood my meaning.Y is a vector whose length is N. I want to to set the values of the items inside Y whose indexes are in the range of N/2+2 to N to zero.
If what I've written is not what you're looking for, I suggest you find a mathematics forum.

CJ
0
Sorry, there were some problems with my network.
What I saw just now is **Let Y(m) = 0, where N/2+2**, but now what I see now is **Let Y(m) = 0, where N/2+2 <= m <= N**.
It's what I want.
Thank you very much!
0
Li Hangthere were some problems with my network.
I had the same problems. It's the editor, not the network. I believe the editor uses the <= sign as a special character that signals a special operation, so it took me several tries to get the formula to appear correctly. I finally had to transfer the symbols for inequality from Microsoft Word to make it w
0
We can make this problem known to the website manager so that he can repair it.
0
Li HangWe can make this problem known to the website manager so that he can repair it.
Already done.

CJ

Related Questions