hilb

Matrice de Hilbert

📝 Syntaxe

  • h = invhilb(n)

  • h = invhilb(n, className)

📥 Argument d'entrée

  • n - un scalaire, entier non négatif.

  • className - 'single' ou 'double' (par défaut).

📤 Argument de sortie

  • h - Matrice de Hilbert.

📄 Description

hilb calcule la matrice de Hilbert.

📚 Bibliographie

https://en.wikipedia.org/wiki/David_Hilbert, and Thanks to https://nhigham.com/2020/06/30/what-is-the-hilbert-matrix/

💡 Exemple

h = invhilb(5)

🔗 Voir aussi

hilb.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?