Программа для решения уравнений на C#
Написать приложения для решения уравнений (см. документ) на C#.
Это может быть как одно приложение для решения всех, так и несколько приложений, детали можно обсудить.
Уравнения:
1. x – cos(πx) = 0 - методом Ньютона и методом разделения отрезка пополам
2. Система ленейных уравнений - методом простой итерации
3. Методом найменших квадратов построить квадратический полином, который аппроксимирует ф-цию.
| x | Y |
| 0,8 | 2,5+0,01(k-1) |
| 1,5 | 1,2+0,01(k-1) |
| 2,34 | 1,12+0,01(k-1) |
| 3,12 | 2,25+0,01(k-1) |
| 3,8 | 4,3+0,01(k-1) |
| 4,2 | 4,8+0,01(k-1) |
| 4,65 | 5,2+0,01(k-1) |
| 4,75 | 5,5+0,01(k-1) |
. де k =3
4. Методами прямоугольников и Симпсона обчислить интеграл с точностью ε =0,001. 
5. Методом Эйлера найти приближенное решение диф уравнения
Точность ε = 0,001
y′ = x2 + y2 , y(0) = 0,27,[0;1]
Applications 1
Current freelance projects in the category C#
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x)
22 USD
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x) on the identical hardware platform (ESP32 + SX1268, 2W) based on the criteria of range, throughput, link stability, and power consumption. Conduct tests with… C & C++, C# ∙ 10 days 22 hours back ∙ 2 proposals |
Creation of a plugin for integration with the POS system Syrve, C#Develop a plugin for the Syrve POS system (on-premise), which is installed on the establishment's server. The plugin must: (1) transmit data to our server in real-time — orders, table statuses, payments, receipts; (2) receive commands from Reservble — booking confirmations,… C#, Web Programming ∙ 13 days 19 hours back ∙ 15 proposals |