photo

Dohyun Kim


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Solver
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
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)); ...

meer dan 6 jaar ago | 0