Chico

15 Reputation

0 Badges

2 years, 37 days

MaplePrimes Activity


These are questions asked by Chico

I cannot get this to work:

Print all the non-string entries in a list:

L := [1, 2, "abc", "a", 7.0, infinity]:

for x in L do
    if type(x, 'string') then
        next;
    end if;
    print(x);
end do;

I am having problems in recreating in Maple Flow 2023 a worksheet I had created in MathCad. Any help greatly appreciated.

Page 1 of 1