From 6d39446c434cfcca02ae7a4551e2d66edf9def7f Mon Sep 17 00:00:00 2001 From: P Sunthar Date: Tue, 2 Oct 2018 00:09:14 +0530 Subject: Renamed dirs --- Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci (limited to 'Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci') diff --git a/Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci b/Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci deleted file mode 100644 index 6506ce4..0000000 --- a/Tutorial5_Solution_of_equations/Scilab_code/functwovar.sci +++ /dev/null @@ -1,6 +0,0 @@ -//This is script to define a fuction -function y = functwovar(t) - x = t(1); - z = t(2); - y = [x^2+z^2-1;x^2*exp(-2*x) + z] -endfunction -- cgit