Re: pattern
- To: mathgroup at smc.vnet.net
- Subject: [mg84355] Re: pattern
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 20 Dec 2007 00:05:15 -0500 (EST)
- References: <3eb7b73d-e7dd-488e-abdc-0d0d1473258d@x69g2000hsx.googlegroups.com> <fkanuj$dlh$1@smc.vnet.net>
Hi,
IWantToDefineAFunctionThatAcceptsOnlyOneArgument[matrix:{{_,_},{_,_}}]:= ...
Regards
Jens
orelang at gmail.com wrote:
> I want to define a function that accepts only one argument - a 2x2
> matrix and not any more.
>
> Is it possible?
>
> orelang