Re: Integer Solutions
- To: mathgroup at smc.vnet.net
- Subject: [mg77040] Re: Integer Solutions
- From: dimitris <dimmechan at yahoo.com>
- Date: Fri, 1 Jun 2007 02:45:22 -0400 (EDT)
- References: <f3jh5v$dda$1@smc.vnet.net><f3lt8m$5bp$1@smc.vnet.net>
Sorry. I should have said In[5]:= Reduce[k*d == E^(t + (k1*d)/c) - E^t, k, Integers] I forgot to add k in the previous post. / 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