Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Lagranges
ruhan008
Nov 1st, 2024
761
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
MAKE $9OO INSTANTLY D G
JavaScript | 11 sec ago | 0.06 KB
Free Giftcards Method
JavaScript | 14 sec ago | 0.06 KB
ChangeNOW Exploit
JavaScript | 36 sec ago | 0.32 KB
Swapzone Glitch (Working)E M
JavaScript | 40 sec ago | 0.06 KB
⭐ Instant Profit Method ⭐
JavaScript | 43 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 51 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 59 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 1 min ago | 0.32 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!