ميبل (برنامج)
ميبل هو برنامج حاسوبي للحساب الرياضي الجبري والعددي، له لغة للبرمجة بنفس الاسم.[3][4]
ميبل
|
أمثلة من لغة ميبل
myfac := proc(n::nonnegint)
local out, i;
out := 1;
for i from 2 to n do
out := out * i
end do;
out
end proc;
حساب التكامل
المسألة
- .
int(cos(x/a), x);
الحل:
مراجع
- وصلة مرجع: https://www.maplesoft.com/products/system_requirements.aspx.
- وصلة مرجع: https://de.maplesoft.com/company/news/releases/2022/2022-03-15-Maple2022-advances-Maplesofts-mission-to-help-students-researchers-engineers-take-advantage-of-the-power-of-math.aspx.
- "معلومات عن ميبل (برنامج) على موقع d-nb.info"، d-nb.info، مؤرشف من الأصل في 10 مايو 2021.
- "معلومات عن ميبل (برنامج) على موقع pro-linux.de"، pro-linux.de، مؤرشف من الأصل في 23 سبتمبر 2020.
- بوابة أمن المعلومات
- بوابة برمجيات
- بوابة رياضيات
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.