Skip to main content
deleted 4 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k

Bug introduced in 12.0 and Fixed and fixed in 12.1


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

Bug introduced in 12.0 and Fixed in 12.1


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

Bug introduced in 12.0 and fixed in 12.1


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

edited tags
Link
added 22 characters in body
Source Link
Nasser
  • 156.1k
  • 12
  • 173
  • 396

Bug introduced in 12.0 and Fixed in 12.1


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

Bug introduced in 12.0


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

Bug introduced in 12.0 and Fixed in 12.1


After upgrading to mathematica 12, this integral gives the wrong result, also with other types of similar integrals.

Integrate[t[2]*Exp[t[2]],t[2]] 

The output

Exp[t[2]^2]/2 

is wrong (it should be E^t[2] (-1 + t[2])). Such problem does not exist in previous versions.

PS, I have to use a lot of t[i] in my program, even if I change the [i] to subscripts, the problem is still there.

edited tags
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k
Loading
Tweeted twitter.com/StackMma/status/1192638031045570563
added right answer
Source Link
Chris K
  • 20.6k
  • 3
  • 41
  • 79
Loading
Source Link
mastrok
  • 611
  • 3
  • 9
Loading