How can I generate a random triangular matrix? (upper and lower)
Usually I use rand(n) but if I try tril(rand(n)) it will be singular and I don't want that.
rand(n)
tril(rand(n))
Aucun commentaire:
Enregistrer un commentaire