Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:52:19+00:00 2026-05-15T19:52:19+00:00

[Edit: The whole thing has a very simple solution: the matrix used the single

  • 0

[Edit: The whole thing has a very simple solution: the matrix used the single datatype instead of the default double]

I have just noticed a somewhat peculiar (I think) behaviour in matlab and wonder what’s causing it. I have a 10000×500 matrix M with values ranging from

min(min(M)) = -226.9723 to 
max(max(M)) =  92.8173

and

exp(-227) =  2.6011e-99
exp(93) = 2.4512e+40

but if I exp the entire matrix, this matrix has inf values:

ii = isinf(exp(M));
sum(sum(ii))
ans =
     2

How does Matlab store the values in the matrix so that operations on individual elements can give a different result than when doing the same operation on the matrix itself?

I.e.

expM = exp(M);
exp(M(1)) == expM(1) ; %can be false, which I find surprising

I know I have to change the algorithm anyway as the high exponents will give inexact results even if I can avoid inf values. It happens in a formula for a artificial neural network calculation like:

 sum(log(1+exp(ones(numcases,1)*b_h + data*w_vh)),2);

so my plan is to split this up into two cases, first where the exponent is small I do the calculation as above, for high values I approximate

log(1+exp(ones(numcases,1)*b_h + data*w_vh)

with

ones(numcases,1)*b_h + data*w_vh

Does that sound reasonable? My reasoning of course is that

log(1+exp(x)) ≈ log(exp(x)) ≈ x, for large x

btw: is there a better way to get the maximum element of a matrix other than doing max twice as in max(max(M))?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:52:19+00:00Added an answer on May 15, 2026 at 7:52 pm

    Ok, I found the error: my matrix was of type single, but when I copied the value in a new variable that would be a double with of course a different max value. I answer this myself here so the question won’t stay unanswered. Thanks for the tips, I found the cause when trying to build a repro-case 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Edit: From another question I provided an answer that has links to a lot
EDIT: This was formerly more explicitly titled: - Best solution to stop Kontiki's KHOST.EXE
EDIT: This question is more about language engineering than C++ itself. I used C++
I've found that on some occasions I can edit the source while debugging. Are
While looking for a light-weight Scala development environment, I came upon an Scala edit
Edit: This question was written in 2008, which was like 3 internet ages ago.
EDIT: Learned that Webmethods actually uses NLST, not LIST, if that matters Our business
EDIT What small things which are too easy to overlook do I need to
Edit : Solved, there was a trigger with a loop on the table (read
edit #2: Question solved halfways. Look below As a follow-up question, does anyone know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.