Qurak

Integrate

ใช้งานได้ แตกต่างจากเอกสารอ้างอิง .wl

Symbolic integration.

Qurak evaluates indefinite and definite integrals symbolically. For integrals that don't have a closed form, use `NIntegrate` for a numeric answer instead of waiting for `Integrate` to give up.

ตรวจสอบได้อย่างอิสระ: คำตอบของฟังก์ชันนี้ถูกหาใหม่ด้วยเส้นทางอื่นแล้วนำมาเปรียบเทียบ - เวิร์กเบนช์และเครื่องมือ verify ทำสิ่งนี้โดยอัตโนมัติ ดังนั้นคำตอบที่ผิดจึงถูกจับได้แทนที่จะเชื่อถือ ประวัติ →

Integrate[f, x]
Integrate[f, {x, xmin, xmax}]
Integrate[f, {x, xmin, xmax}, {y, ymin, ymax}, …]
Integrate[f, {x, y, …}∈ reg]
Integrate[x, x] → x^2/2Integrate[x^2, {x, 0, 1}] → 1/3Integrate[Sin[x], {x, 0, Pi}] → 2Integrate[Log[Sin[x]], {x, 0, Pi/2}] → -1/2*(Pi*Log[2])Integrate[Log[x], x] → x*(-1 + Log[x])ToString[Integrate[x Log[x], x], InputForm] → (x^2*(-1 + 2*Log[x]))/4ToString[Integrate[Log[2 x], x], InputForm] → -x + x*Log[2*x]ToString[Integrate[E^(-x), x], InputForm] → -E^(-x)

ใช้ใน

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP