Skip to content

Commit 29ce533

Browse files
authored
Update about.html
1 parent 76e7500 commit 29ce533

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

about.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -228,24 +228,8 @@
228228
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
229229
"image": "sphereAndCubeMarkup.jpeg",
230230
"eduQuestionType": "Volume calculation"
231-
},
231+
}
232232

233-
{
234-
"@type": "SolveMathAction",
235-
"target": "https://basic-geometry.github.io/about/",
236-
"name": "Volume of a cone",
237-
"description": "Calculates the exact volume of a cone by comparing the volume of a quarter cone to an octant of a sphere with an equal radius. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
238-
"mathExpression-input": "r=5 H=3 V=?",
239-
"mathExpression-output": "angleOfRotation / 360 * 3.2 * Math.pow(radius, 2) * height / Math.sqrt(8)",
240-
"image": [
241-
"coneAndSphereMarkup.jpeg",
242-
"sphereAndConeMarkup.jpeg",
243-
"octantSphereQuarterCone.jpeg",
244-
"coneAndSphereComparison.png"
245-
],
246-
"eduQuestionType": "Volume calculation"
247-
}
248-
249233
],
250234
"url": "https://basic-geometry.github.io/about/",
251235
"usageInfo":"Calculate area and volume with enhanced accuracy using the Core Geometric System ™. This innovative framework provides a practical alternative to traditional methods, rooted in comparative geometry and scaling principles. Learn exact formulas for circles (A = 3.2r^2, C = 6.4r), spheres (V = (√(3.2)r)^3), cones, and more, with applications in engineering, computer graphics, and scientific research."

0 commit comments

Comments
 (0)