Suchergebnisse
Erscheinungsbild
Der Artikel „Triangular array“ existiert in der deutschsprachigen Wikipedia nicht. Du kannst den Artikel erstellen (Quelltext-Editor, Anleitung).
Wenn dir die folgenden Suchergebnisse nicht weiterhelfen, wende dich bitte an die Auskunft oder suche nach „Triangular array“ in anderssprachigen Wikipedias.
- Equation A002350, auf oeis.org A002349, auf oeis.org Keith Conrad, University of Connecticut: Pell’s Equation Wolfram MathWorld: Square Triangular Number…187 KB (11.946 Wörter) - 18:38, 9. Mai 2025
- _{m_{1},m_{1}'}\delta _{m_{2},m_{2}'}.} Dabei ist das trianguläre Delta { j 1 j 2 j 3 } {\displaystyle {\begin{Bmatrix}j_{1}&j_{2}&j_{3}\end{Bmatrix}}}…11 KB (3.085 Wörter) - 15:33, 13. Apr. 2023
Suchergebnisse von der englischsprachigen Wikipedia.
- In mathematics and computing, a triangular array of numbers, polynomials, or the like, is a doubly indexed sequence in which each row is only as long as…8 KB (840 Wörter) - 07:17, 28. Mai 2025
- 35\quad 35\quad 21\quad 7\quad 1\end{array}}} In mathematics, Pascal's triangle is an infinite triangular array of the binomial coefficients which play…53 KB (7.608 Wörter) - 04:14, 13. Jun. 2025
- Floyd's triangle is a triangular array of natural numbers used in computer science education. It is named after Robert Floyd. It is defined by filling…3 KB (260 Wörter) - 16:32, 14. Dez. 2023
- rule or the rectangle rule (midpoint rule). The estimates generate a triangular array. Romberg's method is a Newton–Cotes formula – it evaluates the integrand…13 KB (1.687 Wörter) - 17:13, 25. Mai 2025
- an array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index…24 KB (3.412 Wörter) - 13:02, 12. Jun. 2025
- List of triangle topics (Abschnitt Triangular arrays of numbers)in idealizations studied by geometers, or in triangular arrays such as Pascal's triangle or triangular matrices, or concretely in physical space. It…11 KB (634 Wörter) - 14:01, 7. Feb. 2025
- A Riordan array is an infinite lower triangular matrix, D {\displaystyle D} , constructed from two formal power series, d ( t ) {\displaystyle d(t)} of…15 KB (3.409 Wörter) - 17:46, 14. Feb. 2025
- A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples…25 KB (3.594 Wörter) - 00:10, 20. Jun. 2025
- {\tbinom {n}{n}}} in successive rows for n = 0, 1, 2, ... gives a triangular array called Pascal's triangle, satisfying the recurrence relation ( n k…62 KB (10.787 Wörter) - 01:41, 16. Jun. 2025
- new clade known as the Australosphenida, and also suggest that the triangular array of cusps may have evolved independently in australosphenidans and therians…8 KB (870 Wörter) - 04:04, 6. Mai 2025
- a.n.) random variables within a triangular array X 11 X 21 X 22 X 31 X 32 X 33 ⋮ ⋮ ⋮ ⋱ {\displaystyle {\begin{array}{cccc}X_{11}\\X_{21}&X_{22}\\X_{…9 KB (1.056 Wörter) - 22:03, 11. Apr. 2024
- \operatorname {N} (n,k),n\in \mathbb {N} ^{+},1\leq k\leq n} form a triangular array of natural numbers, called the Narayana triangle, that occur in various…8 KB (1.088 Wörter) - 21:05, 23. Jan. 2024
- Same sound tzere Example שֶׁל The word for of in Hebrew, shel. The triangular array of three dots under the letter Shin form the segol. Other Niqqud Shva ·…5 KB (202 Wörter) - 14:06, 14. Apr. 2025
- formula. The partial or incomplete exponential Bell polynomials are a triangular array of polynomials given by B n , k ( x 1 , x 2 , … , x n − k + 1 ) = ∑…32 KB (7.648 Wörter) - 23:28, 22. Jun. 2025
- {\displaystyle (0,0)} to ( n , 0 ) {\displaystyle (n,0)} . There is also a triangular array associated with the Schröder numbers that provides a recurrence relation…11 KB (1.649 Wörter) - 09:39, 28. Aug. 2024
- In probability theory and statistics, the triangular distribution is a continuous probability distribution with lower limit a, upper limit b, and mode…10 KB (1.041 Wörter) - 19:12, 4. Apr. 2024
- Iliffe vector (Kategorie Arrays)used to implement jagged arrays, such as triangular arrays, triangular matrices and other kinds of irregularly shaped arrays. The data structure is named…3 KB (316 Wörter) - 18:29, 9. Mär. 2025
- is computed by an "addition" operation, implemented as if filling a triangular array in a boustrophedon (zigzag- or serpentine-like) manner—as opposed to…8 KB (1.301 Wörter) - 22:27, 12. Mai 2025
- 10 15 15 20 27 37 52 {\displaystyle {\begin{array}{l}1\\1&2\\2&3&5\\5&7&10&15\\15&20&27&37&52\end{array}}} The Bell numbers appear on both the left and…31 KB (4.511 Wörter) - 20:27, 20. Apr. 2025
- fields) which are roughly equal in size and arranged in a periodic triangular array that covers the entire available environment. Cells with this firing…25 KB (3.124 Wörter) - 08:35, 7. Apr. 2025
- The land grid array (LGA) is a type of surface-mount packaging for integrated circuits (ICs) that is notable for having the pins on the socket (when a…9 KB (1.255 Wörter) - 18:30, 3. Jun. 2025
- ag[i][l]= rq*ag[i][l]-rp*ag[j][l] j +=1 if ok : # matrix ag is upper triangular i=p-1 while i>=0 : # make vector xg: (ag) * (xg) = (bg) ax= [0,1] for