how to calculate limit with norm-2

2 views (last 30 days)
Jeong
Jeong on 14 May 2014
Edited: Jeong on 14 May 2014
syms x
m=[1 2 ; 4 5 ];
i=[1 0 ; 0 1 ];
limit((norm(i+x*m,2)-1)/x,x,0,'right')
>> ans = limit((max((x - 2*(130*x^6 + 78*x^5 + 13*x^4)^(1/2) + 6*x^2 + 23*x^3)/x, (x + 2*(130*x^6 + 78*x^5 + 13*x^4)^(1/2) + 6*x^2 + 23*x^3)/x)^(1/2) - 1)/x, x == 0, Right)
---------------------------------------------------------------------------------------------------------------------------------------------- i want to calculate the limit with norm-2
not equation ...
i want calculate exactly value

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!