Search the web
Sign In
New User? Sign Up
jsci
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 186 - 221 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
186
hello to all !!! Excuse my ignorance first!! :( . I am using the JSci.maths.LinearMath.eigenSolveSymmetric() class to calculate the autovalores of a symmetric...
deuterocanonico2
deuterocanon...
Offline Send Email
Feb 21, 2005
1:31 am
187
Hi, Yes, they are equivalent. The difference in sign is just due to normalisation, i.e. if v is an eigenvector of norm one, then so is -v, and kv is an...
Mark Hale
mj_hale
Offline Send Email
Feb 21, 2005
7:15 pm
189
TI calculators have similar sorting algorithms that are a bit different from other algorithms. but the eigens are equal, just sorted differently. tim ... ...
Timothy T. Li
geekrock99
Offline Send Email
Feb 25, 2005
3:53 pm
194
Hi, all I tried to run a small sample using jsci IO to read MathML. I compile Problem.java through, but when running, I got following exception : Exception in...
stoneofjava
Offline Send Email
Jun 30, 2005
4:09 pm
195
I suspect its because your XML is not valid. It is missing a <math> root element. ... JSci.mathml.MathMLDocumentImpl.getDocumentElement(Unknown ... ...
Mark Hale
mj_hale
Offline Send Email
Jun 30, 2005
4:41 pm
196
Mark, Thanks for your quick reply. I tried to add <math> tag into the xml file, but still got the same exception. I am not sure if I wrote the right DOCTYPE,...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
5:13 pm
197
It should work if the xml validates against the DTD. But, I'm adjusting the code to be a little bit lenient. ... ...
Mark Hale
mj_hale
Offline Send Email
Jun 30, 2005
5:21 pm
198
I really appreciate it and wait for good news from you. ... ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
5:42 pm
199
Hi, Mark Sorry to bother you again. I worked on this issue several hours already, but still have no idea what's wrong with my code. Do you have any examples...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
8:23 pm
200
Hi, Mark Sorry to bother you again. I worked on this issue several hours already, but still have no idea what's wrong with my code. Do you have any examples...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
8:24 pm
201
... Try building JSci with this file. ... === message truncated === ___________________________________________________________ Yahoo! Messenger - NEW crystal...
Mark Hale
mj_hale
Offline Send Email
Jun 30, 2005
8:30 pm
202
OK ... ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football ...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
8:39 pm
203
Mark, It works! So amazing! By the way, I found you changed a little code in function getDocumnetElement(). Changing return value from (MathMLElement) math...
Jarry Liu
stoneofjava
Offline Send Email
Jun 30, 2005
9:13 pm
204
Mark, New problem comes out in my work. It compiles and executes through, but the result is not correct. The length of pareList is 0. ( Object parseList[] = ...
Jarry Liu
stoneofjava
Offline Send Email
Jul 1, 2005
3:06 pm
205
Excuse txt, on cell fone. Try with a pure mml doc not mixed html ... =?ISO-8859-1?B?TmV3IHByb2JsZW0gY29tZXMgb3V0IGluIG15IHdvcmsuIEl0IGNvbXBpbGVzIGFuZA0=?= ... ...
Mark Hale
mj_hale
Offline Send Email
Jul 1, 2005
3:58 pm
206
Thanks Mark. But I got the same result of 0 after I changing the mml file. If you are busy, we can talk about it later when you have time. ... ...
Jarry Liu
stoneofjava
Offline Send Email
Jul 1, 2005
4:23 pm
207
Hi, I believe I've fixed this now in the CVS. Problem was a change to the Xerces API. Modified: MathMLDocumentImpl class, added new Xerces...
Mark Hale
mj_hale
Offline Send Email
Jul 2, 2005
3:32 am
208
Mark, I really appreciate your wonderful work and kind help. But I still have questions: 1. Do you mean the method of Element createElementNS(String...
Jarry Liu
stoneofjava
Offline Send Email
Jul 5, 2005
3:37 pm
209
Its on CVS, http://cvs.sourceforge.net/viewcvs.py/jsci/jsci/classes/JSci/mathml/MathMLDocumentImpl.java?rev=1.5&view=auto but i'll send you a new jar as well. ...
Mark Hale
mj_hale
Offline Send Email
Jul 5, 2005
3:54 pm
210
I got it. Mark. Now I can continue on my project. If any problems , I will let you know. Thanks again for your wondful work. You saved us a lot. Jarry ... ...
Jarry Liu
stoneofjava
Offline Send Email
Jul 5, 2005
4:28 pm
211
I got it. Mark. Now I can continue on my project. If any problems , I will let you know. Thanks again for your wondful work. You saved us a lot. Jarry ... ...
Jarry Liu
stoneofjava
Offline Send Email
Jul 5, 2005
4:28 pm
212
Mark, I got a new question. If I pass number to java file and use evaluate(), I can get correct result. But If I parse variable (ci) to java file and use...
Jarry Liu
stoneofjava
Offline Send Email
Jul 5, 2005
10:56 pm
213
Try using JSci.maths.MathInteger instead of java.lang.Integer. MathInteger supports operations rather than just being a wrapper like Integer. ... ...
Mark Hale
mj_hale
Offline Send Email
Jul 5, 2005
11:08 pm
214
That was so easy and it works. I should not spent 3 hours on it. Thanks so much. ... __________________________________________________ Do You Yahoo!? Tired...
Jarry Liu
stoneofjava
Offline Send Email
Jul 6, 2005
1:47 pm
215
Hi, The main change in this release is that the matrix and vector classes have been moved to seperate sub-packages. The package names of these classes have...
Mark Hale
mj_hale
Offline Send Email
Aug 4, 2005
9:52 pm
216
Firstly, I am very sorry for the trouble to all of you! I am a postgraduate in Sichuan university in China. Recently I am studing on java wavelet transform...
nervergoodenough
nervergooden...
Offline Send Email
Aug 21, 2005
12:53 pm
218
Have you looked at the examples? Denoise/, and wavelet/ both contain various examples of wavelet processing....
Mark
mj_hale
Offline Send Email
Aug 23, 2005
3:30 pm
219
First of all,I am very glad for your reply.Thanks! I have read the examples the Jsci package contains.but unluckily there is no code that I need. In the...
nervergoodenough
nervergooden...
Offline Send Email
Aug 24, 2005
1:21 am
220
Unfortunately, I don't have much expertise with wavelets. If you describe the reconstruction procedure, I maybe able to point you to the relevant methods in...
Mark Hale
mj_hale
Offline Send Email
Aug 25, 2005
7:30 am
221
I read the link you posted several days before.But it can't help me solve my problem. If you can point to me some methods in the API,it would be greatly...
nervergoodenough
nervergooden...
Offline Send Email
Aug 25, 2005
8:18 am
Messages 186 - 221 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help