Group Abstract Group Abstract

Message Boards Message Boards

Analytical Evaluation of Line and Surface Integrals in Multidimensional Spaces

5 Replies
POSTED BY: Mariusz Iwaniuk

Yes it should be zero

LineIntegrate[{x^2, -y}, {x, y} \[Element] Line[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}]]
LineIntegrate[{y^2, -x}, {x, y} \[Element]  Line[{{-1, -1}, {-1, 1}, {1, 1}, {1, -1}, {-1, -1}}]]

(* 0 *)
(* 4 *)

I tried with Maple 2024 gave me the same answers.

POSTED BY: Mariusz Iwaniuk

Isn't there a mistake on that particular code?

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard