使用模数的拉格朗日插值 [英] Lagrange interpolation using modulo

查看:75
本文介绍了使用模数的拉格朗日插值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

函数F(x)是度数为3的多项式。

给定x和y的值= F(x)mod 251

它是必需的重建多项式F(x)

x是有限的并且只有3个离散值

我们怎么能用拉格朗日插值来解决这个问题





如果我在多项式中使用了模数函数那么我怎样才能使用拉格朗日插值

解决方案

从在这里它应该帮助你: Matlab - 拉格朗日插值多项式 [ ^ ]

有关相同的一般信息: Wi ki拉格朗日多项式 [ ^ ]



试用!


hi

如果我在多项式中使用了模数函数那么拉格朗日插值函数是怎样的使用

The function F(x) is a polynomial of degree 3.
And given the values of x and y = F(x) mod 251
it is required to reconstruct the polynomial F(x)
x is finite and has only 3 discrete values
how could we solve this using lagrange interpolation

hi
if i have used modulo function in the polynomial then how can i use lagrange interpolation

解决方案

Start from here and it should help you out: Matlab - Lagrange Interpolation Polynomial[^]
General info about the same: Wiki Lagrange polynomial[^]

Try out!


hi
if i have used modulo function in the polynomial then how lagrange interpolation function can be used


这篇关于使用模数的拉格朗日插值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆