Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Lagranges
ruhan008
Nov 1st, 2024
889
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
MatLab
0.26 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
LG = lagranges
(
x, y, a
)
n =
length
(
x
)
;
LG =
0
;
for
i
=
1
: n
w =
1
;
for
j
=
1
: n
if
i
~=
j
w =
(
w *
(
a - x
(
j
)
)
)
/
(
x
(
i
)
- x
(
j
)
)
;
end
end
LG = LG + w * y
(
i
)
;
end
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Profit Method
JavaScript | 1 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐⭐ M
JavaScript | 1 sec ago | 0.31 KB
✅ MAKE $900 INSTANTLY
JavaScript | 5 sec ago | 0.32 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 7 sec ago | 0.06 KB
⭐ChangeNOW Bug (Get more on BTC swaps)⭐⭐ C
JavaScript | 8 sec ago | 0.31 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 10 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 14 sec ago | 0.32 KB
⭐ Exploit 50O$ in 15 Minutes⭐⭐ C
JavaScript | 15 sec ago | 0.31 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!