Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test1
%To view plots after 'plot' (and other plot-producing commands) this command must follow: 'print -dpng some_unique_plot_name.png;' %It exports current plot to png image which then is sent to your browser %GNU Octave 4.2.2 close all; clear all; x=round(50*rand(4,5)); y=round(60*rand(4,5)); z=x+y; w=x-y; x1=x'; y1=y'; p1=x*y'; p2=x'*y; D1=det(p1); D2=det(p2); x y z w x1 y1 p1 p2 D1 D2 I1=inv(p1); I2=inv(p2); I1 I2 a=round(p1*I1); b=round(p2*I2); a b
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
test1.m
Krylov.m
mywall
1
Curve Pattern
Laplacian
Ej 3 parcial 2015
Test.M2
Am Ac
Arnoldi.m
Please log in to post a comment.