mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: numerical_methods/newton_raphson_method.cpp Pages: 1 -->
|
|
<svg width="242pt" height="93pt"
|
|
viewBox="0.00 0.00 242.00 93.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 89)">
|
|
<title>numerical_methods/newton_raphson_method.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Solve the equation  using Newton-Raphson method for both real and complex solutions.">
|
|
<polygon fill="#999999" stroke="#666666" points="184,-85 48,-85 48,-55 184,-55 184,-85"/>
|
|
<text text-anchor="start" x="56" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/newton</text>
|
|
<text text-anchor="middle" x="116" y="-62" 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="#e0e0e0" stroke="#999999" points="44,-19 0,-19 0,0 44,0 44,-19"/>
|
|
<text text-anchor="middle" x="22" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M93.25,-54.84C78.4,-45.6 59.1,-33.59 44.34,-24.4"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="46.15,-21.41 35.81,-19.09 42.45,-27.35 46.15,-21.41"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="103.5,-19 62.5,-19 62.5,0 103.5,0 103.5,-19"/>
|
|
<text text-anchor="middle" x="83" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M108.01,-54.84C103.47,-46.78 97.73,-36.62 92.9,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.91,-26.26 87.94,-19.27 89.81,-29.7 95.91,-26.26"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="176,-19 122,-19 122,0 176,0 176,-19"/>
|
|
<text text-anchor="middle" x="149" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M123.99,-54.84C128.53,-46.78 134.27,-36.62 139.1,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.19,-29.7 144.06,-19.27 136.09,-26.26 142.19,-29.7"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="234,-19 194,-19 194,0 234,0 234,-19"/>
|
|
<text text-anchor="middle" x="214" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M139.72,-54.84C155.2,-45.6 175.32,-33.59 190.71,-24.4"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="192.81,-27.23 199.6,-19.09 189.22,-21.21 192.81,-27.23"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|