Bryan Larr

3 Reputation

One Badge

15 years, 71 days

MaplePrimes Activity


These are answers submitted by Bryan Larr

I like the quick reference guide at Help->Quick Reference

The biggest factor is continued usage - with time, basic operations become second nature

This will remove everything but the 3's

L:=[1,2,3,4,5,6,7,3,9];

L1:=remove(i->L[i]<>3,L);

Page 1 of 1