-
- sin(x) ·
- x^2 ·
- sqrt(x)
-
-
x^2+y^2=1 — vòng tròn
-
(x^2+y^2-1)^3-x^2*y^3=0
-
diff --git a/src/views/math-grapher/meta.ts b/src/views/math-grapher/meta.ts
index bd3be811..2351f8c1 100644
--- a/src/views/math-grapher/meta.ts
+++ b/src/views/math-grapher/meta.ts
@@ -2,8 +2,8 @@ import type { PageMeta } from '@/types/page'
const meta: PageMeta = {
name: 'Đồ Thị Toán Học',
- description: 'Vẽ đồ thị hàm số toán học tương tự Desmos — hỗ trợ nhiều hàm cùng lúc, zoom, pan',
- author: 'Deku',
+ description: 'Vẽ đồ thị hàm số toán học tương tự Desmos — hỗ trợ nhiều hàm cùng lúc, zoom',
+ author: 'Eintes-steinla',
facebook: 'https://www.facebook.com/entes.steinla?locale=vi_VN',
category: 'learn',
}