- #1
- 7,861
- 1,600
- TL;DR Summary
- Suppose we have a computer program that evaluates a multinomial. We known the general form, but do not know the coefficients. Is there a convenient way to deduce the coefficients by evaluating the multinomial at particular values of its variables?
Suppose we know the general form of a multinomial function (for example ##f(x,y,z) = k_1 x^2 y^3 z + k_2 x^3 z^5##) and we have access to a computer program that can evaluate ##f## at arbitrary values (for example, arbitrary values of ##(x,y,z)##) where the coefficients ( for example, ##k_1## and ##k_2##) are specific numbers that are used by the program, but unknown to us.
Can we conveniently deduce the values of the coefficients by evaluating ##f## at some set of values?
In the above example, we could use ##f(1,0,1)## to deduce ##k_2##. Then we can find ##k_1## by using ##f(1,1,1)##
Is there a general approach that works for more complicated examples? (I mean an approach that is more convenient that solving a system of simultaneous non-linear equations.)
Can we conveniently deduce the values of the coefficients by evaluating ##f## at some set of values?
In the above example, we could use ##f(1,0,1)## to deduce ##k_2##. Then we can find ##k_1## by using ##f(1,1,1)##
Is there a general approach that works for more complicated examples? (I mean an approach that is more convenient that solving a system of simultaneous non-linear equations.)