Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1586 > unrolled thread

Re: why this system cannot be solved!

Started byDana DeLouis <dana.del@gmail.com>
First post2011-04-11 11:05 +0000
Last post2011-04-11 11:05 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: why this system cannot be solved! Dana DeLouis <dana.del@gmail.com> - 2011-04-11 11:05 +0000

#1586 — Re: why this system cannot be solved!

FromDana DeLouis <dana.del@gmail.com>
Date2011-04-11 11:05 +0000
SubjectRe: why this system cannot be solved!
Message-ID<inunab$2b8$1@smc.vnet.net>
On Mar 21, 7:18 am, olfa <olfa.mra...@yahoo.fr> wrote:
> Hi Mathematica community,
>
> I've tried to solve the variable xP in this system with Reduce over
> Integers,Reals and Complexe:
> 0 <= xP < a && Mod[x, a] == Mod[xP, a]

> unfortunately it cannot be solved .
>
> the output should be xP==Mod[x,a].

Hi.  Not sure if this helps.
Simplify[ Mod[xP, a], 0<=xP<a]
xP

equ= Mod[xP, a]==Mod[x, a];

Doesn=92t seem to work on the entire equation:
Simplify[equ,0<=xP<a]
Mod[x,a]==Mod[xP,a]

Seems to work on the parts:

Map[Simplify[#,0<=xP<a]&,  equ]
xP==Mod[x,a]

= = = =
Dana DeLouis=

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web