例 [sasaki@localhost intro]$ cat sample.oct #!/usr/local/bin/octave -qf a = [2 3; -1 1]; b = [1; 5]; a\b [sasaki@localhost intro]$ chmod +x sample.oct [sasaki@localhost intro]$ ./sample.oct ans = -2.8000 2.2000