1 страниц (12 вхождений)
Solve with 4 args - Is it a bug? - Сообщения
Hi Valery. It seems that solve doesn't know how to order the interval.
The 6 solutions numerically

And symbolically

solve(4).sm (158,3 КиБ) скачан 607 раз(а).
Best regards.
Alvaro.
The 6 solutions numerically

And symbolically

solve(4).sm (158,3 КиБ) скачан 607 раз(а).
Best regards.
Alvaro.
Отредактировано 17.07.2026 07:28:06
Hi Valery. Two ways.

heart area.sm (13,36 КиБ) скачан 541 раз(а).
Mathcad 11:

mc11 double int.mcd (4,77 КиБ) скачан 537 раз(а).
Best regards.
Alvaro.

heart area.sm (13,36 КиБ) скачан 541 раз(а).
Mathcad 11:

mc11 double int.mcd (4,77 КиБ) скачан 537 раз(а).
Best regards.
Alvaro.
Отредактировано 25.07.2026 17:52:57
1 пользователям понравился этот пост
Valery Ochkov 25.07.2026 18:27:25
It's possible, although speed isn't one of SMath's main features. And with so few points, there isn't much accuracy.


heart area.sm (26,99 КиБ) скачан 535 раз(а).
Best regards.
Alvaro.


heart area.sm (26,99 КиБ) скачан 535 раз(а).
Best regards.
Alvaro.
1 пользователям понравился этот пост
Valery Ochkov 26.07.2026 13:14:28
I can write a function that returns a set of closed isolines. The area can be calculated from the points on the curve. To construct implicit graphs, a function is used that returns the coordinate sets of the found isolines.
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
WroteI can write a function that returns a set of closed isolines. The area can be calculated from the points on the curve. To construct implicit graphs, a function is used that returns the coordinate sets of the found isolines.
Вячеслав, привет!
Брось все силы на создание инструментов оптимизации с ограничением типа Given... Minimize/Maximize в Mathcad 15. Этого очень не хватает в SMath.
И Андрей на это настроен.
Using Dragilev Method.

Area and Arc Length of an Implicit Planar Closed Curve - Dragilev Method.sm (16,28 КиБ) скачан 536 раз(а).
Best regards.
Alvaro.

Area and Arc Length of an Implicit Planar Closed Curve - Dragilev Method.sm (16,28 КиБ) скачан 536 раз(а).
Best regards.
Alvaro.
Отредактировано 27.07.2026 01:33:24
2 пользователям понравился этот пост
Yes, something like this with the Gaussian area formula.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
ioan92 28.07.2026 11:13:51
WroteYes, something like this with the Gaussian area formula.
Hi Viacheslav. In that case, I'd like to point out that dividing by the norme (Δ) means the curve is parameterized with respect to arc length, and that if you're going to improve the points using the original function, you must also do so with the parameter variable, which in the program's notation is T. This is because Dragilev's method ultimately obtains the parametric expressions x(t) and y(t) from the implicit function f(x,y) when starting from a point (xo,yo) on the curve.
This is one way to correct the arc length given by T if you choose to improve the curve points, although there must be better methods involving splines for curves in the plane, not just single-valued functions. There are also better approximations for the area enclosed by the curve; the one used here is simply the area defined by a closed polygon.

Area and Arc Length of an Implicit Planar Closed Curve - Dragilev Method.sm (17,78 КиБ) скачан 23 раз(а).
Best regards.
Alvaro.
Отредактировано 28.07.2026 08:36:40
1 пользователям понравился этот пост
Valery Ochkov 28.07.2026 16:17:18
1 страниц (12 вхождений)
- Новые сообщения
- Нет новых сообщений
.png)

