Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
CN
a guest
Dec 17th, 2018
67
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
function I=trapez(a,b,c)
a=0;
b=1;
h=(b-a)/2
f=@(x) 2./(1+x.^2);
fp2=@(x) 16*x.^2/((x.^2+1).^3)-4/((x.^2+1).^2);
r=feval(fp2,c)./(12).*(b-a).^3
I=h*(f(a)+f(b))-r
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
mIRC | 19 min ago | 0.75 KB
I made $15,000 in 2 days
CSS | 38 min ago | 0.21 KB
This summer smells like money
CSS | 38 min ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 39 min ago | 0.21 KB
Untitled
mIRC | 4 hours ago | 0.57 KB
ifm isu iolink [WIP]
Python | 6 hours ago | 1.18 KB
HELLO PROGRAMMER
20 hours ago | 0.03 KB
Untitled
1 day ago | 2.26 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!