<div class="code">    
<pre class="verbatim">
x = [1: 0.0001:2];
plot(x, exp(x)-2, '-', x, x, '--')
grid on;
ylabel('y');
xlabel('x');
title('Cas d''un point fixe repulsif')
</pre>
</div> 