This commit is contained in:
2025-11-26 19:01:27 +08:00
parent 55b82a23bc
commit cfab7130bd
25 changed files with 3489 additions and 0 deletions

7
lab4/exercise4_3.m Normal file
View 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