Skip to content

Commit 661466b

Browse files
authored
Update index.html
1 parent cd5f277 commit 661466b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
}
7676
</style>
7777
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
78-
<meta name="author" content="name=Gaál Sándor">
78+
<meta name="author" content="Gaál Sándor">
7979
<meta name="description" content="Introducing the Core Geometric System™, the best-established and most accurate framework to calculate area and volume.">
8080
<meta name="keywords" content="Core Geometric Systems, Accurate Geometric Calculations, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization">
8181
<meta name="twitter:card" content="summary_large_image">
82-
<meta name="twitter:creator" content="url=https://www.x.com/gmac4247">
83-
<meta name="twitter:site" content="url=https://gmac4247.github.io">
82+
<meta name="twitter:creator" content="@gmac4247">
83+
<meta name="twitter:site" content="https://basic-geometry.github.io">
8484
<meta name="twitter:title" content="Home of Basic Geometry">
8585
<meta name="twitter:description" content="Introducing the Core Geometric System™, the best-established and most accurate framework to calculate area and volume.">
8686
<meta name="twitter:image" content="android-chrome-256x256.png">
@@ -95,7 +95,7 @@
9595
"about": {
9696
"@type": "AboutPage",
9797
"name": "About Basic Geometry Formulas",
98-
"url": "https://gmac4247.github.io/about"
98+
"url": "https://basic-geometry.github.io/about"
9999
},
100100
"alternateName": "Exact Geometry",
101101
"accessMode" : "mathOnVisual" ,
@@ -206,7 +206,7 @@
206206
"@type": "SolveMathAction",
207207
"name": "Area of a square",
208208
"description": "The basis of area calculation",
209-
"target": "https://gmac4247.github.io",
209+
"target": "https://basic-geometry.github.io",
210210
"mathExpression-input": "required square_side=5_Area=?",
211211
"mathExpression-output": "area = side * side = side^2",
212212
"about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are square, triangle, cuboid and cube. A square is a special case of a rectangle with equal width and length.",
@@ -221,7 +221,7 @@
221221
"@type": "SolveMathAction",
222222
"name": "Volume of a cube",
223223
"description": "The basis of volume calculation",
224-
"target": "https://gmac4247.github.io",
224+
"target": "https://basic-geometry.github.io",
225225
"mathExpression-input": "required cube_edge=5_Volume=?",
226226
"mathExpression-output": "volume = edge * edge * edge = edge^3",
227227
"about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid with equal width, length and height. Its projections are square, square and square.",
@@ -236,7 +236,7 @@
236236
"@type": "SolveMathAction",
237237
"name": "Area of a triangle",
238238
"description": "Comparing the area of a triangle to a rectangle to express its area in terms of a square.",
239-
"target": "https://gmac4247.github.io",
239+
"target": "https://basic-geometry.github.io",
240240
"mathExpression-input": "required triangle_base=5_height=2_Area=?",
241241
"mathExpression-output": "area = base * height / 2",
242242
"about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.",
@@ -251,7 +251,7 @@
251251
"@type": "SolveMathAction",
252252
"name": "Area of a regular polygon",
253253
"description": "Calculating the area of a regular polygon by dividing it into triangles.",
254-
"target": "https://gmac4247.github.io",
254+
"target": "https://basic-geometry.github.io",
255255
"mathExpression-input": "required polygon_sideLength=5_numberOfSides=6_Area=?",
256256
"mathExpression-output": "area = numberOfSides / 4 * ctg(180° / numberOfSides) / sideLength^2",
257257
"about": "A regular polygon is a 2 dimensional plane shape. Its measurable properties are the number and the length of its sides. Related shapes are triangle and pyramid.",
@@ -267,7 +267,7 @@
267267
"name": "Area of a circle",
268268
"description": "The exact area of a circle based on direct comparison with a square.",
269269
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
270-
"target": "https://gmac4247.github.io",
270+
"target": "https://basic-geometry.github.io",
271271
"mathExpression-input": "required circle_radius=5_Area=?",
272272
"mathExpression-output": "3.2 * radius^2",
273273
"about": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.",
@@ -286,7 +286,7 @@
286286
"name": "Area of a circle segment",
287287
"description": "The exact area of a circle segment by subtracting a triangle from a circle slice.",
288288
"disambiguatingDescription": "Equivalent to the conventional method, but relies on trigonometric functions.",
289-
"target": "https://gmac4247.github.io",
289+
"target": "https://basic-geometry.github.io",
290290
"mathExpression-input": "required segment_radius=5_height=2_Area=?",
291291
"mathExpression-output": "Acos((radius-segmentHeight) / radius) * radius^2 - sin(Acos((radius-segmentHeight)/radius)) * (radius-segmentHeight) * radius",
292292
"abstract": "The area of a circle segment can be calculated by subtracting a triangle from a circle slice. The angle of the slice can be calculated via trigonometric functions by the height of the segment and either the chord length, or the parent radius.",
@@ -300,7 +300,7 @@
300300
"name": "Circumference of a circle",
301301
"description": "Algebraic derivation of the exact circumference of a circle from its area",
302302
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
303-
"target": "https://gmac4247.github.io",
303+
"target": "https://basic-geometry.github.io",
304304
"mathExpression-input": "required circle_radius=5_Circumference=?",
305305
"mathExpression-output": "6.4 * radius",
306306
"abstract": "The circumference of a circle can be derived algebraically from its area by subtracting a theoretical circle, with radius shorter than the radius of the actual circle by the theoretical width of the circumference. The x represents the width of the circumference, which is just theoretical, hence a very small number. The difference between the shape of the straightened circumference and a quadrilateral is negligible. The length of two shorter sides of the quadrilateral is x. The length of the two longer sides is the area of the resulting ring divided by x. C=(3.2r²-3.2(r-x)²)/x=6.4r-3.2x . As x is close to 0, C=6.4r .",
@@ -314,7 +314,7 @@
314314
"name": "Volume of a sphere",
315315
"description": "The exact volume of a sphere by directly comparing it to a cube.",
316316
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 estimate.",
317-
"target": "https://gmac4247.github.io",
317+
"target": "https://basic-geometry.github.io",
318318
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
319319
"mathExpression-output": "3.2 * radius^2 * height / sqrt(8)",
320320
"about": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.",
@@ -330,7 +330,7 @@
330330
"name": "Volume of a spherical cap",
331331
"description": "The volume of a spherical cap based on the radius and the height of the cap.",
332332
"disambiguatingDescription": "More accurate than the traditional estimate.",
333-
"target": "https://gmac4247.github.io",
333+
"target": "https://basic-geometry.github.io",
334334
"mathExpression-input": "required cap_radius=5_height=3_Volume=?",
335335
"mathExpression-output": "1.6 * radius^2 * sqrt(3.2) * height",
336336
"about": "Estimating the volume of a spherical cap.",
@@ -345,7 +345,7 @@
345345
"name": "Volume of a cone",
346346
"description": "The exact volume of a cone by comparing the volume of a quarter cone to an octant sphere with an equal radius.",
347347
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
348-
"target": "https://gmac4247.github.io",
348+
"target": "https://basic-geometry.github.io",
349349
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
350350
"mathExpression-output": "3.2 * radius^2 * height / sqrt(8)",
351351
"about": "A cone is a 3 dimensional solid shape. Its measurable properties are its height and diameter. Its radius is half of the diameter. Its projections are circle and triangle. Related shapes are triangle, tetrahedron, regular polygon based pyramid, circle, cylinder and sphere.",
@@ -366,7 +366,7 @@
366366
"name": "Volume of a frustum cone",
367367
"description": "Calculating the exact volume of a frustum cone by its top and bottom diameter and height, subtracting the missing tip from a theoretical full cone.",
368368
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
369-
"target": "https://gmac4247.github.io",
369+
"target": "https://basic-geometry.github.io",
370370
"mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?",
371371
"mathExpression-output": "frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)",
372372
"abstract": "The volume of a frustum cone can be calculated by subtracting the missing tip from a theoretical full cone. The height of the theoretical full cone equals the frustum height divided by the ratio between the top and bottom areas subtracted from one. The volume of the full cone would be (base area) × (full height) / √(8) . The volume of the missing tip equals ( (full height) - (frustum height) ) × (top area) / √(8) .",
@@ -380,7 +380,7 @@
380380
"name":"Surface area of a cone",
381381
"description": "The exact surface area of a cone based on its radius and height.",
382382
"disambiguatingDescription": "Based on the real height.",
383-
"target": "https://gmac4247.github.io",
383+
"target": "https://basic-geometry.github.io",
384384
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
385385
"mathExpression-output": "3.2 * radius * (radius + sqrt(radius^2 +height^2))",
386386
"abstract": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice with a radius equal to its slant height. Its angle is given by the ratio between the radius and the height.",
@@ -394,7 +394,7 @@
394394
"name": "Volume of a pyramid",
395395
"description": "The exact volume of a pyramid based on its bottom area and height using the base × height / √8 coefficient of the volume of a cone",
396396
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
397-
"target": "https://gmac4247.github.io",
397+
"target": "https://basic-geometry.github.io",
398398
"mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?",
399399
"mathExpression-output": "baseArea * height / sqrt(8)",
400400
"about": "A pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
@@ -413,7 +413,7 @@
413413
"name": "Volume of a frustum pyramid",
414414
"description": "Calculating the exact volume of a frustum pyramid by its top and bottom area and height",
415415
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
416-
"target": "https://gmac4247.github.io",
416+
"target": "https://basic-geometry.github.io",
417417
"mathExpression-input": "required bottomArea=5_topArea=3_frustumHeight=2_Volume=?",
418418
"mathExpression-output": "frustumHeight * (bottomArea * (1 / (1 - topArea / bottomArea)) - topArea * (1 / (1 - topArea / bottomArea) - 1)) / sqrt(8)",
419419
"abstract": "The volume of a frustum pyramid can be calculated by subtracting the missing tip from a theoretical full pyramid. The height of the theoretical full pyramid equals the frustum height divided by the ratio between the top and bottom areas subtracted from one. The volume of the full pyramid would be (base area) × (full height) / √(8) . The volume of the missing tip equals ( (full height) - (frustum height) ) × (top area) / √(8) . The volume of a square frustum pyramid can be calculated with a simplified formula.",
@@ -427,7 +427,7 @@
427427
"name": "Volume of a tetrahedron",
428428
"description": "The exact volume of a tetrahedron based on its edge length using the exact base × height / √8 coefficient of the volume of a cone",
429429
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
430-
"target": "https://gmac4247.github.io",
430+
"target": "https://basic-geometry.github.io",
431431
"mathExpression-input": "required edge=5_Volume=?",
432432
"mathExpression-output": "edge^3 / 8",
433433
"about": "A tetrahedron is a 3 dimensional solid shape. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.",
@@ -439,7 +439,7 @@
439439
}
440440

441441
],
442-
"url": "https://gmac4247.github.io",
442+
"url": "https://basic-geometry.github.io",
443443
"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."
444444
},
445445
"schemaVersion" : "https://schema.org/docs/releases.html#v29.2",
@@ -461,7 +461,7 @@
461461
},
462462
"thumbnail": "android-chrome-256x256.png",
463463
"typicalAgeRange" :"5-105",
464-
"url": "https://gmac4247.github.io",
464+
"url": "https://basic-geometry.github.io",
465465
"usageInfo":"Discover the Core Geometric System ™, a groundbreaking framework offering a fresh perspective on calculating area and volume using a 3D coordinate system. Challenging conventional formulas, this system provides empirically-grounded alternatives with a focus on practical accuracy for real-world applications in engineering, design, science, and beyond. Explore exact values and intuitive geometric relationships for circles, spheres, cones, and more."
466466
}
467467
</script>

0 commit comments

Comments
 (0)