|
[Date Index]
[Thread Index]
[Author Index]
Re: simple equation manipulation
- To: mathgroup at smc.vnet.net
- Subject: [mg72840] Re: [mg72828] simple equation manipulation
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 22 Jan 2007 03:35:03 -0500 (EST)
- Reply-to: hanlonr at cox.net
(a-6k^2(c+b))/k^2 // FullSimplify
-6*(b + c) + a/k^2
Bob Hanlon
---- Andrew McCracken <ajmccracken at gmail.com> wrote:
> Hi
>
> I have:
> ( (a - 6k^2(c+b))
> / k^2)
>
> I want:
> a/k^2 - 6(c+b)
> Using mathematica, what command does this?
>
> Cheers,
> Andrew
Prev by Date:
Re: simple equation manipulation
Next by Date:
Profile (Wolfram Workbench)
Previous by thread:
Re: simple equation manipulation
Next by thread:
Re: simple equation manipulation
|