Community Profile

photo

Jose Morales


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


code in script called swap
write a few lines of code that swap the values of x and y. Put your code in a script called swap and test it.

4 years ago | 1 answer | 0

1

answer

Question


Monte Carlo integration of sin(x)
This is a code for the integration of sin(x) from 0 to 1. How do I change it so it can be from -1 to 1? clear clc n=10000; m...

4 years ago | 2 answers | 1

2

answers