can you solve this using matlab function?

回答(2 个)

Andrei Bobrov
Andrei Bobrov 2017-5-15
编辑:Andrei Bobrov 2017-5-15
Use functions syms, solve, vpa, subs from Symbolic Math Toolbox.
Other way use function roots.
Use MATLAB's "roots" to determine n such that
1/100000*n*(n-1)*(n-2) = 2*3
and
1/95000*n*(n-1)*(n-2) = 2*3
Best wishes
Torsten.

此问题已关闭。

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by