|
103 | 103 | <meta name="twitter:title" content="About Basic Geometry Formulas"> |
104 | 104 | <meta name="twitter:description" content="About the best-established and most accurate framework to calculate area and volume."> |
105 | 105 | <meta name="twitter:image" content="android-chrome-256x256.png"> |
106 | | -<meta name="google-site-verification" content="XuP08h4O_UbzZo81VWNHhFn5OW7elz2_cZi17lt3qvA" /> |
107 | | -<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0" /> |
108 | 106 | <script type="application/ld+json" async> |
109 | 107 | { |
110 | 108 | "@context": "https://schema.org", |
|
215 | 213 | "name": "Area of a circle", |
216 | 214 | "description": "The exact area of a circle based on direct comparison with a square.", |
217 | 215 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
218 | | - "target": "https://basic-geometry.pages.dev/about/", |
| 216 | + "target": "https://basic-geometry.github.io/about/", |
219 | 217 | "mathExpression-input": "r=5 A=?", |
220 | 218 | "mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)", |
221 | 219 | "image": "areaOfACircle.jpg", |
|
227 | 225 | "name": "Circumference of a Circle", |
228 | 226 | "description": "Algebraic derivation of the exact circumference of a circle from its area", |
229 | 227 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
230 | | - "target": "https://basic-geometry.pages.dev/about/", |
| 228 | + "target": "https://basic-geometry.github.io/about/", |
231 | 229 | "mathExpression-input": "r=5 C=?", |
232 | 230 | "mathExpression-output": "angle of rotation / 360 * 6.4 * radius", |
233 | 231 | "image": "circumference.jpg", |
|
239 | 237 | "name": "Volume of a sphere", |
240 | 238 | "description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.", |
241 | 239 | "disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.", |
242 | | - "target": "https://basic-geometry.pages.dev/about/", |
| 240 | + "target": "https://basic-geometry.github.io/about/", |
243 | 241 | "mathExpression-input": "r=3 V=?", |
244 | 242 | "mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)", |
245 | 243 | "image": "sphereAndCubeMarkup.jpeg", |
246 | 244 | "eduQuestionType": "Volume calculation" |
247 | 245 | } |
248 | 246 |
|
249 | 247 | ], |
250 | | -"url": "https://basic-geometry.pages.dev/about", |
| 248 | +"url": "https://basic-geometry.github.io/about/", |
251 | 249 | "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." |
252 | 250 | }, |
253 | 251 | "offers": { |
|
306 | 304 | ], |
307 | 305 | "thumbnail" :"android-chrome-256x256", |
308 | 306 | "typicalAgeRange" :"12-102", |
309 | | - "url": "https://basic-geometry.pages.dev/about", |
| 307 | + "url": "https://basic-geometry.github.io/about/", |
310 | 308 | "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." |
311 | 309 | } |
312 | 310 | </script> |
|
0 commit comments