[splus-users:19674] [S] Number crunching testreport 4th edition

Dear users of mathematical or statistical software,
I would like to announce the foruth edition of my testreport "Comparison
of mathematical programs for data analysis" which has just been
finished. The testreport which is written in English is available as PDF
file (Acrobat Reader) at the following website :
http://www.scientificweb.com/ncrunch/index.html
This testreport contains information about the actual versions of the
programs
- GAUSS (Version 5.0)
- Maple (Version 8.0)
- Mathematica (Version 4.2)
- Matlab (Version 6.5)
- MuPAD (Version 2.5)
- O-Matrix (Version 5.2)
- Ox (Version 3.1)
- Scilab (Version 2.6.1)
- S-Plus (Version 6.1)
grouped by th
e following sections
- Comparison of the mathematical functionality
- Comparison of the graphical functionality
- Functionality of the programming environment
- Data import/export and data preprocessing functions
- Available operating systems
- Speed comparison
- Summary
The weighting for the above listed sections are all explained in the
testreport so that an individual weighting could also be done.
Sincerely,
Stefan Steinhaus
===================================================================
Stefan Steinhaus
Plievierpark 16
D-81737 München
Germany
Tel.: ++49-(0)89-62837653
Fax.: ++49-(0)89-62837654
Cell phone: ++49-(0)172-2976924
E-Mail: [email protected]
===================================================================
Homepage : http://www.steinhaus-net.de
Scientific Web : http://www.scientificweb.de
http://www.scientificweb.com
===================================================================
This message was distributed by [email protected] To
unsubscribe send e-mail to [email protected] with
the BODY of the message: unsubscribe s-news

Have you tred this:
Error 1602: Try the following steps to resolve this error:
Ensure proper USB isolation troubleshooting has been performed, and test with a known-good cable.
Follow the steps listed for Error 1604.
This error may be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
From:
http://support.apple.com/kb/TS3694

Similar Messages

  • How to keep a calculation field blank until the user enters a number?

    I am building a sales sheet for a school that sells scrip as a fund-raiser. I have the document set so that when the user enters the number of scrip certificates he wants (say, two $25 gift certificates at Lowe's), the program will automatically calculate that this user owes $50 for that scrip category. However, there are more than 100 companies that one can choose from, and if the user doesn't enter a number, the calculated field shows $0. Is there a way that each field can stay blank until the user enters a number bigger than zero? By the way, I'm using this calculation to determine the value (borrowed from a user on this forum): event.value = 50 * this.getField("Lowes").value
    Thanks!

    There are two approaches. You can either add the following Validate script:
    // Custom Validate script for calculated field
    if (+event.value !== 0) event.value = "";
    Or you can change your custom Calculate script and set the Format type of the field to "None":
    // Custom Calculate script
    (function () {
        var v = +getField("Lowes").value;
        event.value = (v !== 0) ? util.printf("$%.2f", v) : "";

  • How to i add my phone number onto my 4th generation ipod

    how can I add my phone number to my 4th generation ipod touch

    The iPod only has  phone number (only  for FaceTime and Messages) if the same Apple ID used for those services on the iPod is also used on an iPhone with iOS 6 and later
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage

  • RE: (forte-users) Formatting a number

    Thank you. That worked out great.
    ka
    -----Original Message-----
    From: Thompson Ian [mailto:Ian.Thompsonicl.com]
    Sent: Friday, February 18, 2000 9:35 AM
    To: 'Amin, Kamran'; 'Forte User'
    Subject: RE: (forte-users) Formatting a number
    Ka,
    Try using TextFormat in combination with NumericFormat - like this:
    strfmt : TextFormat = new;
    numfmt : NumericFormat = new;
    number : IntegerData = new;
    numberastext : TextData;
    numfmt.Template='L0000000';
    strfmt.Template='A###-####';
    number.SetValue(source = 23456);
    // Format the number into a TextData.
    numberastext=strfmt.FormatText(source = numfmt.FormatNumeric(source =
    number));
    You may have tried this already, but I hope it helps.
    Regards
    Iain
    -----Original Message-----
    From: Amin, Kamran [mailto:kamran.aminframeworkinc.com]
    Sent: 18 February 2000 13:37
    To: 'Forte User'
    Subject: (forte-users) Formatting a number
    I like to format a number as follows:
    L###-#### - Where a number like 23456 would format to L002-3456.
    Is there any way to do this in Forte using the NumericFormat object.
    thanks in advance.
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Thank you. That worked out great.
    ka
    -----Original Message-----
    From: Thompson Ian [mailto:Ian.Thompsonicl.com]
    Sent: Friday, February 18, 2000 9:35 AM
    To: 'Amin, Kamran'; 'Forte User'
    Subject: RE: (forte-users) Formatting a number
    Ka,
    Try using TextFormat in combination with NumericFormat - like this:
    strfmt : TextFormat = new;
    numfmt : NumericFormat = new;
    number : IntegerData = new;
    numberastext : TextData;
    numfmt.Template='L0000000';
    strfmt.Template='A###-####';
    number.SetValue(source = 23456);
    // Format the number into a TextData.
    numberastext=strfmt.FormatText(source = numfmt.FormatNumeric(source =
    number));
    You may have tried this already, but I hope it helps.
    Regards
    Iain
    -----Original Message-----
    From: Amin, Kamran [mailto:kamran.aminframeworkinc.com]
    Sent: 18 February 2000 13:37
    To: 'Forte User'
    Subject: (forte-users) Formatting a number
    I like to format a number as follows:
    L###-#### - Where a number like 23456 would format to L002-3456.
    Is there any way to do this in Forte using the NumericFormat object.
    thanks in advance.
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • How do I let user enter a number?

    how do I let user enter a number?Any method or proccess.Plz help.

    On the command line you can use:
    BufferedReader in = new BufferedReader(new InputStreadReader(System.in));
    String line = in.readLine(); // characters so far
    int number = Integer.parseInt(line);Notify that if the user enters something different from a number an exception in thrown. In that case you should possibly ask him again.
    In swing applications of applets you would do it different.
    regards
    Sven
    regards
    Sven

  • Unable to set PIN - Error: "PIN must not be the same as the user's phone number"

    We are in an ongoing Lync Server 2013 deployment and have elected to set default conference PIN numbers for anyone that doesn't have them currently set.  We decided to make the default PIN the same as the person's telephone extension.  I realize
    this is not a secure PIN setting, but please bear with me.
    When I use PowerShell to loop through the people that do not have a PIN set and attempt to set the PIN to their five-digit extension, PowerShell returns the following exception:
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet
    I know what you are thinking:  by default, Lync has the AllowCommonPatterns setting set to $false on the Global (default) PIN policy.  But I have created another PIN policy called "Low-restriction PIN Policy" that has this setting set
    to $true and assigned this new policy to the users I am trying to set the PIN on.
    According to
    Microsoft's documentation on the Set-CsClientPin cmdlet, the description for AllowCommonPatterns is as follows:
    "Indicates whether or not "common patterns" are allowed in PINs.
    Common patterns include repeating digits (225577); 4 or more consecutive digits (991234); and
    PINs that match a user's phone number or extension number.
    If set to True common patterns (such as the PIN 123456, which includes consecutive digits)
    are allowed; if set to False common patterns are not allowed. The default value is False."
    Given this information, I do not understand why Lync Server 2013 is preventing me from setting a default PIN that matches their extension number when AllowCommonPatterns is set to $true on the PIN policy assigned to the user.
    Any ideas on what might be wrong?
    PS C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    PS C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy'
    Identity : Tag:Low-Restriction PIN Policy
    Description : [20150224 SWS] Standard PIN policy.
    MinPasswordLength : 5
    PINHistoryCount : 0
    AllowCommonPatterns : True
    PINLifetime : 0
    MaximumLogonAttempts :
    PS C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin '13579'
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet

    I just checked the management store replication status and it replicated.  I tried to set the PIN again and got the same error.  Here are my results:
    C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy' | Select-O
    bject AllowCommonPatterns
    AllowCommonPatterns
    True
    C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin 13579
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error
    "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin 13579
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin
    ], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Micro
    soft.Rtc.Management.UserPinService.SetOcsUserPinCmdlet
    C:\Users\user> Get-CsManagementStoreReplicationStatus
    UpToDate : True
    ReplicaFqdn : edge.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556
    UpToDate : True
    ReplicaFqdn : frontend.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556

  • [WP8.1][C#]Is there any option to find out the User Own Mobile number Using c#?

    Hi,
    we are developing windows phone application. we need to show  user own mobile number in the app.
    Could  you please tell me about the possible to get the User mobile number in windows phone 8 0r 8.1 using c# ?
    Thanks in advance
    Regards
    Velmurugan D

    Hi velmurugandeva,
    To help clarify your post and let people easily tell what it is about, please use a clear and concise subject and include applicable tags.
    We will help to modify the tag base on this
    sticky post or you can modify it by yourself(recommended), and thanks for your cooperation.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any option to find out the User Own Mobile number Using c#?

    Hi,
    we are developing windows phone application. we need to show  user own mobile number in the app.
    Could  you please tell me about the possible to get the User mobile number in windows phone 8 0r 8.1 using c# ?
    Thanks in advance
    Regards
    Velmurugan D

    Hi velmurugandeva,
    To help clarify your post and let people easily tell what it is about, please use a clear and concise subject and include applicable tags.
    We will help to modify the tag base on this
    sticky post or you can modify it by yourself(recommended), and thanks for your cooperation.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Re:User exit  for number range assignment assignment to purchase order type

    Hi All,
    Is there any user exit which assign the purchase order type to number range.
    Please help.
    Regards,
    vivek

    Hi
    Implementing the User exit
    MM06E003
    Number range and document number
    Goto Transaction CMOD ,  Create a Z - Project proceed as follows:
    Choose Create.
    Describe the nature of the project by providing a short descriptive text.
    Choose Save.
    The system then prompts you to assign a change request. This assignment allows you to transport the project and its components into a productive system once you have completed it.
    Specify which SAP enhancement packages you want to include in your project by choosing SAP enhancements.
    Enter the Enhancement MM06E003.
    Click on Components
    Docuble Click on the Exit & it will Take you to the Function module . Write your ABAP code in the Include ZXM06U17
    Activate the Z - Project
    Thanks & Regards
    Kishore

  • Number crunching algorithm

    I've run into a programming challenge that involves number crunching and I'm stumped on an equation. Here's what I have that works so far:
    double y = (Math.sqrt(x) - 1/x) / 2;It basically takes x as a given and computes y, producing a 2D curve. Where I'm stumped is I want to take y as a given and compute x to produce the identical curve. Is this possible? I've managed to reformulate the equation several different ways on paper, but haven't arrived at anything useful. (I'm kind of rusty on algebra.) Any help on how to go about this would be appreciated.

    I've run into a programming challenge that involves
    number crunching and I'm stumped on an equation.
    Here's what I have that works so far:
    double y = (Math.sqrt(x) - 1/x) / 2;It basically takes x as a given and computes y,
    producing a 2D curve. Where I'm stumped is I want to
    take y as a given and compute x to produce the
    identical curve. Is this possible? I've managed to
    reformulate the equation several different ways on
    paper, but haven't arrived at anything useful. (I'm
    kind of rusty on algebra.) Any help on how to go about
    this would be appreciated.let a = sqr(x), and rewrite your function:
    y = (a- 1/a^2)/2
    simple above, you get
    2y = a - (1/a^2)
    then
    a = 2y + 1/a^2
    then
    a = ((2a^2)*y + 1)/a^2
    then
    a^3 = (2a^2)*y + 1
    then
    (2a^2)*y = a^3 - 1
    therefore
    y = (a^3 - 1)/2a^2
    then substitute sqr(x) back, you get
    y = (sqr(x)-1)/2
    hmm...hope I have done everything correctly....

  • How do I run java app when user calls a number?

    Hi all
    Is it possible to run a java app everytime a user calls a number? It has to run before the call is placed. The app will do its job and then place the call using PlatformRequest().
    Thanks
    hsogra

    Hi,
    I believe in general this is not possible.
    J2ME was designed in such a way that J2ME apps don't have permission to interrupt the normal functions of the phone (making/receiving calls, sending/receiving SMS).

  • Can we get user's phone number through coding

    HI, I want to know that, how can we get user's phone number through coding and is it possible to send sms to some number without concerning to user. I required this for developing the mobile tracker application which will detect that the phone is stolen.

    The developer forums are here: http://devforums.apple.com
    Documentation for iOS developers is here: http://developer.apple.com/devcenter/ios/index.action

  • I've just purchased an iPad 3, 4th edition. I have been using a PC with Microsoft office xp and would like to sync. My emails, contacts, word docs, photos, music now and in the future. What are my best options? Also, can icloud be used with my PC.

    I've just purchased an iPad 3, 4th edition. I have been using a PC with Microsoft office xp and would like to sync. My emails, contacts, word docs, photos, music now and in the future. What are my best options? Also, can icloud be used with my PC.

    FYI
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • I have a user who when in Sharepoint she clicks edit document, and nothing happens

    I have a user who when in Sharepoint she clicks edit document, and nothing happens.
    It works fine for everyone else, including myself.
    I have repaired office, and uninstalled/reinstalled it.
    I have tried in IE and chrome.
    We use o365 office 2013.
    So to recap, in sharepoint, clicking the ... button for more options, then choosing edit, does nothing. HOWEVER, when right clicking and choosing to open, it will then, start a download which can be opened then proceed to edit that document.
    But that darn edit button does nothing...

    Hi,
    Any updates?
    Since the issue is narrowed down to client browser issue, please refer to the link below:
    http://technet.microsoft.com/en-us/library/cc263526(v=office.15).aspx
    Also you could compare the add-ons and settings on the issue client and non-issue client, maybe it will lead you to the missing one.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Problem downloaden ebooks. i get the message: 'Elic already fullfilled by another user'  ( i had to authorize adobe digital editions on my comp to be able to share a certain book, but now doesnt download books anymore from shop) How can i solve this?

    Problem downloaden ebooks. i get the message: 'Elic already fullfilled by another user'  ( i had to authorize adobe digital editions on my comp to be able to share a certain book, but now doesnt download books anymore from shop) How can i solve this?

    You has a other Adobe ID in Adobe Digital Edition by the First open of the eBook....or you have open the eBook with empty authorization. When has used a other adobe id should change the adobe id, if not the eBook are looked with the empty authorization. In this case need a new Download of the eBook of his reseller.

Maybe you are looking for