photo

Dohyun Kim


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

All
  • Solver
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
I am supposed to plot the size k of a Hilbert matrix and condition number . I am supposed to plot k = 5, 10, 15, 20, 25, 30 vs condition # wrt to 1-norm, cond inf-norm, cond 2-norm
k = [5,10,15, 20, 25, 30]; cond1 = zeros(1,length(k)); cond2 = zeros(1,length(k)); condinf = zeros(1,length(k)); ...

mehr als 6 Jahre vor | 0