PHP 클래스 MathPHP\LinearAlgebra\VandermondeSquareMatrix

[α₁⁰ α₁¹ α₁² ⋯ α₁ⁿ⁻¹] [α₂⁰ α₂¹ α₂² ⋯ α₂ⁿ⁻¹] [α₃⁰ α₃¹ α₃² ⋯ α₃ⁿ⁻¹] [ ⋮ ⋮ ⋮ ⋱ ⋮ ] [αm⁰ αm¹ αm² ⋯ αmⁿ⁻¹] Ex: M = [1, 2, 3], n = 4 [1⁰ 1¹ 1² 1³] [1 1 1 1 ] V = [2⁰ 2¹ 2² 2³] = [1 2 4 8 ] [3⁰ 3¹ 3² 3³] [1 3 9 27] https://en.wikipedia.org/wiki/Vandermonde_matrix
상속: extends SquareMatrix
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
__construct ( array $M, integer $n ) Create the Vandermonde Matrix from a simple array.

메소드 상세

__construct() 공개 메소드

Create the Vandermonde Matrix from a simple array.
public __construct ( array $M, integer $n )
$M array array (α₁, α₂, α₃ ⋯ αm)
$n integer int