Skip to content

Commit

Permalink
Complete lab4
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrit committed Mar 6, 2013
1 parent 8281bb3 commit 85c9148
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lab4/README.md
@@ -0,0 +1,4 @@
## To see result
```
action!
```
11 changes: 11 additions & 0 deletions lab4/action.m
@@ -0,0 +1,11 @@
function action()

% Draw plot
x = 0.1:0.1:4;
y = f;
H = plot(x,y(x));

dsolution = d_solve(1,2,15)
nsolution = n_solve(15,1.1)
fzero_solution = fzero(f,[1 2])
end
Binary file added lab4/лр 4.doc
Binary file not shown.

0 comments on commit 85c9148

Please sign in to comment.