I want to declare a function I(t), but Maple interprets I as the imaginary unit. Can I use a Maple command to assume I is an variable? I've looked in the manual, but I can't seem to find a solution.
2026-03-28 16:56:39.1774716999
Use I as an variable in Maple
404 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$I$ as a name is protected in Maple, therefore you cannot use it. But there are other possibilities, for example you can declare a local name $I$ via
The imaginary unit is then still available via _I.
For a reference see the manual on protected names. Hope, that helped.