Perry

0 Reputation

One Badge

14 years, 66 days

MaplePrimes Activity


These are questions asked by Perry

Hi,

I am new to Maple so I don't know if this is expected behavior or simply a setting or command I need to set.

 

When I calculate (12x2y2)/4xy, I get (3x2y2)/xy instead of the simplified 3xy. Is this normal?

 

Thanks,

 

Perry

Hi,

I am new to Maple and doing a trivial calculation raised a few questions. I tried to calculate the average density of a wire with the following specs: 

  • diameter = .40 inches
  • length = 1000 feet
  • weight = 61 pounds

Here's what I have come up with. 

with(Units[Standard]):
wirediameter:=.40[inch]:
wirelength:=1000[ft]:
wirevolume:=(wirediameter/2)2 * Pi * wirelength:= 
Page 1 of 1