On 2013-12-21 06:49, email1018 wrote:
--------------------
|x| <= 6
--
View this message in context:
http://mailinglists.scilab.org/How-to-solve-this-modular-inequality-in-scilab-tp4028097.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users
Like this?
-->x = [-7 -6 -5 5 6 7]
x =
- 7. - 6. - 5. 5. 6. 7.
-->abs(x) <= 6
ans =
F T T T T F
Regards /Stefan
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users