Problem 51137. Compute an integral of a product of sinusoids

Write a function to compute the following integral
I = integral(sin(x)^m cos(x)^n, {x,0,pi})
where m and n are integers. You may not use integral or quad but other functions are allowed.

Solution Stats

20.45% Correct | 79.55% Incorrect
Last Solution submitted on Sep 16, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers9

Suggested Problems

More from this Author311

Community Treasure Hunt

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

Start Hunting!