Re: Integer Solutions
- To: mathgroup at smc.vnet.net
- Subject: [mg77034] Re: Integer Solutions
- From: dimitris <dimmechan at yahoo.com>
- Date: Fri, 1 Jun 2007 02:42:15 -0400 (EDT)
- References: <f3jh5v$dda$1@smc.vnet.net><f3lt8m$5bp$1@smc.vnet.net>
For your equation you must use Reduce[k*d == E^(t + k1*d/c) - E^t , Integers] Dimitris / dimitris : > Can you give us the equation? > > Dimitris > > / Jeff Albert : > > I need to find integer solutions for k in terms of t and d in the following > > expression: > > > > k/(-((t - Log[E^t + d*k])/d)). > > > > Does Mathematica have any magic that will do this? > > > > Jeff A