100% Programming in Octave or MATLAB

% using internet open the 'Online Octave compiler' 
%this is a comment line for user to understand
%to get norm2 of the vector type the following at the command prompt
>>norm([1,   1 ,   -1])

ఔట్పుట్  తెరమీద   ans = 1.7321
----
%to get trace of 3*3 matrix type the following at the command prompt 
>>trace([1,  2 , 5; 2, -1, 1; 7,9,8]) 

ఔట్పుట్  తెరమీద ans = 8
----
%to find roots of the polynomial equation 3x^2+4x+1=0  
>>roots([3,4,1])
ఔట్పుట్  తెరమీద ans =      -1.0000    -0.3333
----
%to find value of the polynomial   x^2-3x+2 for a particular x=2  
>>polyval([1,-3,2],2)  
ఔట్పుట్  తెరమీద
ans = 0

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)