How to get multiple variables in 'assume' ?

10 次查看(过去 30 天)
For example If I were to set
syms v m g k t real
and I want all of them to be handled as variables greater than 0, but not by
assume(v>0); assume(m>0); ...
is there somewhere a shortcut?

采纳的回答

Star Strider
Star Strider 2021-5-9
Declare them in the syms call as positive. MATLAB defines positive as values greater than 0.
See the documentation section on set for details.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numbers and Precision 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by