Files
C-Plus-Plus/d6/d38/newton__raphson__method_8cpp__incl.svg
2021-10-03 01:48:06 +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.49.1 (20210923.0004)
-->
<!-- Title: numerical_methods/newton_raphson_method.cpp Pages: 1 -->
<svg width="241pt" height="95pt"
viewBox="0.00 0.00 240.50 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 236.5,-91 236.5,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="45.5,-56.5 45.5,-86.5 184.5,-86.5 184.5,-56.5 45.5,-56.5"/>
<text text-anchor="start" x="53.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/newton</text>
<text text-anchor="middle" x="115" 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="M92.96,-56.4C78.19,-46.95 58.82,-34.56 44.05,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="45.84,-22.1 35.53,-19.66 42.07,-28 45.84,-22.1"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="62,-0.5 62,-19.5 102,-19.5 102,-0.5 62,-0.5"/>
<text text-anchor="middle" x="82" 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="M107.18,-56.4C102.53,-48.02 96.6,-37.33 91.66,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="94.71,-26.71 86.8,-19.66 88.59,-30.1 94.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="120.5,-0.5 120.5,-19.5 175.5,-19.5 175.5,-0.5 120.5,-0.5"/>
<text text-anchor="middle" x="148" 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="M122.82,-56.4C127.47,-48.02 133.4,-37.33 138.34,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="141.41,-30.1 143.2,-19.66 135.29,-26.71 141.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="193.5,-0.5 193.5,-19.5 232.5,-19.5 232.5,-0.5 193.5,-0.5"/>
<text text-anchor="middle" x="213" 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="M138.22,-56.4C153.79,-46.95 174.2,-34.56 189.76,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="192.01,-27.84 198.74,-19.66 188.38,-21.86 192.01,-27.84"/>
</g>
</g>
</svg>