Files
C-Plus-Plus/d6/d38/newton__raphson__method_8cpp__incl.svg
2020-06-19 16:07:44 +00:00

84 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.0 (20200408.0750)
-->
<!-- Title: numerical_methods/newton_raphson_method.cpp Pages: 1 -->
<svg width="242pt" height="95pt"
viewBox="0.00 0.00 242.00 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 91)">
<title>numerical_methods/newton_raphson_method.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 238,-91 238,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Solve the equation &#160;using Newton&#45;Raphson method for both real and complex solutions.">
<polygon fill="#bfbfbf" stroke="black" points="48,-56.5 48,-86.5 184,-86.5 184,-56.5 48,-56.5"/>
<text text-anchor="start" x="56" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/newton</text>
<text text-anchor="middle" x="116" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_raphson_method.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 44,-19.5 44,-0.5 0,-0.5"/>
<text text-anchor="middle" x="22" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M93.72,-56.4C78.8,-46.95 59.22,-34.56 44.29,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="46,-22.05 35.68,-19.66 42.26,-27.96 46,-22.05"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="62.5,-0.5 62.5,-19.5 103.5,-19.5 103.5,-0.5 62.5,-0.5"/>
<text text-anchor="middle" x="83" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M108.18,-56.4C103.53,-48.02 97.6,-37.33 92.66,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="95.71,-26.71 87.8,-19.66 89.59,-30.1 95.71,-26.71"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="122,-0.5 122,-19.5 176,-19.5 176,-0.5 122,-0.5"/>
<text text-anchor="middle" x="149" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M123.82,-56.4C128.47,-48.02 134.4,-37.33 139.34,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="142.41,-30.1 144.2,-19.66 136.29,-26.71 142.41,-30.1"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="194,-0.5 194,-19.5 234,-19.5 234,-0.5 194,-0.5"/>
<text text-anchor="middle" x="214" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M139.22,-56.4C154.79,-46.95 175.2,-34.56 190.76,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="193.01,-27.84 199.74,-19.66 189.38,-21.86 193.01,-27.84"/>
</g>
</g>
</svg>