<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I´m new to R so maybe this issue has been asked 
before and I still could not read the complete set of past messages sent to the 
list.</FONT></DIV>
<DIV><FONT face=Arial size=2>I found a weird behabiour that I will&nbsp;explain 
with a simple example. Lets consider the following block of 
commands:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt; x &lt;- diag(c(1,4,10))<BR>&gt; 
x<BR>&nbsp;&nbsp;&nbsp;&nbsp; [,1] [,2] [,3]<BR>[1,]&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 0<BR>[2,]&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; 0<BR>[3,]&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&gt; invx &lt;- x^-1<BR>&gt; 
invx<BR>&nbsp;&nbsp;&nbsp;&nbsp; [,1] [,2] [,3]<BR>[1,]&nbsp;&nbsp;&nbsp; 
1&nbsp; Inf&nbsp; Inf<BR>[2,]&nbsp; Inf 0.25&nbsp; Inf<BR>[3,]&nbsp; Inf&nbsp; 
Inf&nbsp; 0.1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would really appreciate if the result would have 
been</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp; [,1] [,2] 
[,3]<BR>[1,]&nbsp; 1&nbsp;&nbsp;  0&nbsp;&nbsp;&nbsp; 
0<BR>[2,]&nbsp;&nbsp;0&nbsp;&nbsp;0.25&nbsp; 
0<BR>[3,]&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp; 0&nbsp; 0.1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>most of all because</FONT></DIV>
<DIV><FONT face=Arial size=2>&gt; x %*% invx<BR>&nbsp;&nbsp;&nbsp;&nbsp; [,1] 
[,2] [,3]<BR>[1,]&nbsp; NaN&nbsp; NaN&nbsp; NaN<BR>[2,]&nbsp; NaN&nbsp; 
NaN&nbsp; NaN<BR>[3,]&nbsp; NaN&nbsp; NaN&nbsp; NaN</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>does not really satisfies me :-)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I´m using version 0.90.1.</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is this what it was meant to 
be?</FONT></DIV></FONT></DIV>
<DIV><FONT face=Arial size=2>Is this a known bug?</FONT></DIV>
<DIV><FONT face=Arial size=2>Am I doing something wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2>Anybody knows a workaround (for a general matrix, 
not for a diagonal one)?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would really appreciate your help and 
support.</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Manuel Castejon Limas.</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
 <A 
href="mailto:aailto:amailto:&nbsp; mailto:&nbsp; Manuel.Castejon@dim.unirioja.es ">Manuel.Castejon@dim.unirioja.es 
</A></FONT></DIV>
<DIV><FONT face="Courier New" size=2>Departamento de Ingenieria 
Mecanica.&nbsp;&nbsp;&nbsp;| Mechanical Engineering Department.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Area de Proyectos de 
Ingenieria.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Project Management 
Area.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Universidad de La 
Rioja.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|&nbsp;University of La Rioja.</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>Espaņa.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
| Spain.</FONT></DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>