Message Boards Message Boards

0
|
4280 Views
|
5 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Extraction of half life time of an isotope?

Posted 2 years ago

I want to extract the half life time of an isotope, only one value no range of values; example:

WolframAlpha["U235", {{"half-life:IsotopeData", 1}, "Content"}]
POSTED BY: Peter Klamser
5 Replies
Posted 2 years ago

From the OP

only one value no range of values

It seems IsotopeData["U235", "HalfLife", "Interval"] is the only way to get the range of values.

POSTED BY: Rohit Namjoshi

The method you list first, Entity["Isotope", "U235"]["HalfLife"] is the canonical way to get the isotope half life and answers the question at the title of this post. Do you have an example where WolframAlpha returns a result but the Entity expression returns Missing?

POSTED BY: Jason Biggs
Posted 2 years ago

Thank you for the suggestion. I know this solution:

Entity["Isotope", "U235"]["HalfLife"]

And the solution for my problem is:

WolframAlpha["U235 half-life", {{"Result", 1}, "ComputableData"}]

or

WolframAlpha["U235 half-life", {{"Result", 1}, "QuantityData"}]

or

WolframAlpha["U235 half-life", {{"Result", 1}, "NumberData"}].

But the item "ComputableData" does not appear in the documentation of WolframAlpha on the help page of Mathematica. I want to extract this out of WolframAlpha because in some cases, you get sometimes the error message "Missing" as the result of Entity but in Wolfram|Alpha, I have found Data and I have seen those in Wolfram|Alpha.

POSTED BY: Peter Klamser

Not using Interval will give a single value with unit:

IsotopeData["Uranium235", "HalfLife"]
(Output: 2.22*10^16 s)

QuantityUnit@IsotopeData["Uranium235", "HalfLife"]
(Output: Seconds)
POSTED BY: Adiba Shaikh
Posted 2 years ago

Hi Peter,

I don't know how to get the range using WolframAlpha. Using IsotopeData

IsotopeData["U235", "HalfLife", "Interval"]
(* Interval[{2.215*10^16, 2.228*10^16}] *)

For some reason, the values are not Quantity objects, you just have to know that the units are seconds.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract