Answers for "loop multi plot mathematica"

1

multi plot mathematica for loop

Show[Table[Plot[Sin[i*x], {x, -Pi, Pi}], {i, 1, 10}]]
Posted by: Guest on March-21-2021

Browse Popular Code Answers by Language