1
This commit is contained in:
7
lab4/exercise4_3.m
Normal file
7
lab4/exercise4_3.m
Normal file
@@ -0,0 +1,7 @@
|
||||
x=input('请输入x的值:');
|
||||
if x==10
|
||||
y=cos(x+1)+sqrt(x*x+1);
|
||||
else
|
||||
y=(3^(1/2))*sqrt(x+sqrt(x));
|
||||
end
|
||||
y
|
||||
Reference in New Issue
Block a user