diff options
Diffstat (limited to '1898/CH12/EX12.6/Ex12_6.sce')
-rwxr-xr-x | 1898/CH12/EX12.6/Ex12_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1898/CH12/EX12.6/Ex12_6.sce b/1898/CH12/EX12.6/Ex12_6.sce new file mode 100755 index 000000000..8caced5c1 --- /dev/null +++ b/1898/CH12/EX12.6/Ex12_6.sce @@ -0,0 +1,10 @@ +
+clear all; clc;
+
+disp("Scilab Code Ex 12.6 : ")
+
+//Display:
+ printf("\n\nRefer to the relation derived in the book.');
+
+//-----------------------------------------------------------------END--------------------------------------------------------------------------
+
|