invhilb

Inverse d'une matrice de Hilbert

📝 Syntaxe

  • h = hilb(n)

  • h = hilb(n, className)

📥 Argument d'entrée

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

  • className - 'single' or 'double' (default).

📤 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 = hilb(5)

🔗 Voir aussi

invhilb.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?