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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 293 - 325 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
293
Does JSci have any any kind of linear regression-solving capabilities? I searched through, but couldn't find anything. It's no big deal if it doesn't, as I...
ssinai
Offline Send Email
Jul 19, 2006
6:06 pm
294
Hi Steve, Yes, it does, see JSci.maths.LinearMath.leastSquaresFit or .linearRegression. Regards, Mark ... From: ssinai <ssinai@...> To:...
Mark Hale
mj_hale
Offline Send Email
Jul 19, 2006
7:35 pm
295
Hi Mark, I found it. Thanks, Steve ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
Steve Sinai
ssinai
Offline Send Email
Jul 19, 2006
8:19 pm
297
I had some problems getting the inverse Fourier Transform to work. I have a Fourier Amplitude Spectrum (FAS) that with increasing positive frequencies, the...
alkottke
Offline Send Email
Aug 24, 2006
7:27 pm
298
Hi, As the data is increasing positive, increasing negative then you don't need the first initial sort, ie inverseTransform(data), if you want the output in...
Mark Hale
mj_hale
Offline Send Email
Aug 24, 2006
8:51 pm
299
Hello, So I found out the issue. Matlab uses -2pi in the transform and 2pi in the inverse, whereas JSci uses 2pi in the transform and -2pi in the inverse...
alkottke
Offline Send Email
Aug 25, 2006
4:04 pm
300
Turns out it is easy to create a transfer function using the other notation, just use the conjugate....
alkottke
Offline Send Email
Aug 25, 2006
4:28 pm
301
OK, thanks, I will make a note in the javadocs. ... From: alkottke <alkottke@...> To: jsci@yahoogroups.com Sent: Friday, 25 August, 2006 5:23:42 PM ...
Mark Hale
mj_hale
Offline Send Email
Aug 25, 2006
4:49 pm
303
Every square matrix should have its determinant. However, when I use the det() method in class DoubleSquareMatrix, I sometimes get NaN. For instance, if I ask...
taiji810327
Offline Send Email
Oct 20, 2006
3:33 am
304
Hi; let me first thank you for this great piece of software, I'm enjoing testing its possibilities and learning some Java in the course. Being new at Java this...
damiaan_persyn
Offline Send Email
Nov 17, 2006
11:14 pm
305
Hi, Thanks for your email. There exists the following methods for changing the number formatting (defined in Graph2D): setNumberFormat (all axes) ...
Mark Hale
mj_hale
Offline Send Email
Nov 21, 2006
9:48 pm
306
Hi: I am interested in sending mathml to Matlab through Java and solving the equations. But matlab inherently doesn't understand Mathml. I have come across the...
avspavan
Offline Send Email
Nov 27, 2006
11:52 pm
307
Hi: I have my mathinfo of PDEs(Partial Differential Equations) and ODEs(Ordinary Differential Equations) in mathml. Can this be parsed using the existing Jsci...
avspavan
Offline Send Email
Nov 30, 2006
7:40 pm
308
Hello! What's the MathMLParser for? Are there any further information? Sincerely yours, Herbert P.S. Is there any relationship to jscience.org?...
herbertkluge
Offline Send Email
Dec 4, 2006
6:29 pm
309
Hi, The mathml DOM implementation in JSci, I believe, can parse them. That is you can access them from the DOM tree. But the high-level JSci object parser...
Mark Hale
mj_hale
Offline Send Email
Dec 4, 2006
8:56 pm
310
Hi, The MathMLParser can translate MathML into Java JSci objects or code, i.e. <cn>45</cn> ---> new MathDouble(45) There is some information in the jsci...
Mark Hale
mj_hale
Offline Send Email
Dec 4, 2006
9:35 pm
311
Hi, jsci-mathmlimpl is an implementation of the DOM MathML API. There is also a higher level JSci.io.MathMLParser which converts the DOM API directly into JSci...
Mark Hale
mj_hale
Offline Send Email
Dec 4, 2006
9:45 pm
312
Hi! Thank you for your answer. I read this document. If the translation is successful is there any chance to get the type of the elements without testing with...
Herbert Kluge
herbertkluge
Offline Send Email
Dec 5, 2006
9:36 am
313
Hello! Why is the computation of a sum not working? <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <sum/> <bvar><ci>i</ci></bvar>...
Herbert Kluge
herbertkluge
Offline Send Email
Dec 5, 2006
6:59 pm
314
Hi Herbert: As far as I understand, this(mathml) is just the representation of the (math)information. There is no solver attached to it. You have to send this...
Pavan (Akkisetty Venk...
avspavan
Offline Send Email
Dec 5, 2006
7:35 pm
315
hi Mark: Are there any examples available for this implementation? (Mathml to JSci Objects)?? I didn't find any such example in JSci package. Thanks Pavan ... ...
Pavan (Akkisetty Venk...
avspavan
Offline Send Email
Dec 5, 2006
8:18 pm
316
Pavan (Akkisetty Venkata Sai Pavan Kumar) wrote: > As far as I understand, this(mathml) is just the representation of the > (math)information. There is no...
Herbert Kluge
herbertkluge
Offline Send Email
Dec 6, 2006
7:05 pm
317
Hi: I am not sure if evaluate( )-mathod will do non-numeric evaluations. I see that your mathml is non-numeric in nature (I mean symbolic). This is the output...
Pavan (Akkisetty Venk...
avspavan
Offline Send Email
Dec 6, 2006
7:32 pm
318
Pavan (Akkisetty Venkata Sai Pavan Kumar) wrote: > I am not sure if evaluate( )-mathod will do non-numeric evaluations. I > see that your mathml is non-numeric...
Herbert Kluge
herbertkluge
Offline Send Email
Dec 7, 2006
9:39 am
320
Hello, everyone in this group. I encoutered a square matrix determinant problem on 1 October and posted a message to get some help on that date. Until now, I...
taiji810327
Offline Send Email
Dec 18, 2006
6:16 am
321
It could be a numerical instability problem, post the actual matrix so I can take a look. ... ___________________________________________________________ All...
Mark Hale
mj_hale
Offline Send Email
Dec 28, 2006
10:08 pm
322
... Thank you for replying my message. Here is one example I get NaN as the result of determinant. a 3 by 3 matrix of 1s. 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ...
taiji810327
Offline Send Email
Dec 30, 2006
3:38 am
323
Hi: I am using Jsci package to parse mathml (Convert mathml to JSci objects). This works fine for the mathml document that has only one set of <apply> tags. I...
avspavan
Offline Send Email
Jan 12, 2007
5:54 pm
324
Hi: Is there a documentation available for Jsci packages?? I use the API online but if there is any other documentation/help files available that will be very...
avspavan
Offline Send Email
Jan 12, 2007
7:27 pm
325
Hi, The zip file distribution contains a basic developers guide as well as the API. Regards, Mark ... ...
Mark Hale
mj_hale
Offline Send Email
Jan 13, 2007
10:41 pm
Messages 293 - 325 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