can you solve this using matlab function?

Answers (2)

Andrei Bobrov
Andrei Bobrov on 15 May 2017
Edited: Andrei Bobrov on 15 May 2017
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.

This question is closed.

Asked:

on 15 May 2017

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!