Show older comments
hello fellow can someone find for me (2! + 1) / 2! using matlab...
thanks
Answers (1)
Rikard
on 4 Apr 2011
0 votes
it's called factorial! Thus,
(factorial(2) + 1) / factorial(2);
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!