Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
27
dockerbef
Guest on 14th May 2022 08:45:06 AM
limit
(
%
e^x
/
x,x,inf
)
;
limit
(
x
*
log
(
x
)
,x,
0
,plus
)
;
limit
(
(
x+
1
)
^
(
1
/
x
)
,x,
0
)
;
limit
(
sin
(
1
/
x
)
,x,
0
)
;
atvalue
(
f
(
x,y
)
,
[
x =
0
, y =
1
]
, a^
2
)
;
diff
(
exp
(
f
(
x
)
)
, x,
2
)
;
integrate
(
%
e
**
sqrt
(
a
*
y
)
, y,
0
,
4
)
;
Raw Paste
limit(%e^x/x,x,inf); limit(x*log(x),x,0,plus); limit((x+1)^(1/x),x,0); limit(sin(1/x),x,0); atvalue (f(x,y), [x = 0, y = 1], a^2); diff (exp (f(x)), x, 2); integrate (%e**sqrt(a*y), y, 0, 4);
Login
or
Register
to edit or fork this paste. It's free.