Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
1
Github repo cloud-examples:
https://github.com/sagemath/cloud-examples
Support and Testing
cloud-examples
/
octave
/
myfirst.m
1
1
0
8
0
views
License:
MIT
Tweet
Share
Share
1
clear
2
a
=
2
;
3
b
=
3
;
4
c
=
a
+
b
;
5