Disappearing Table
Not a Problem
In this figure https://www.geogebra.org/m/WFxG4fUb for visualizing estimates for the definite integral of P(x) with various sums, the figure works well for all these changes: a, b, Euler/Riemann slider, and choice of point slider.
However, when the slider for N is moved, the table, TableT, disappears and has no value even though it remains defined in the algebra as a Text object and all of its components are still defined and working as lists.
TableText(Transpose({Join({{"c_k"}, x'_k}), Join({{"P(c_k)"}, fx_k}), Join({{"P(c_k)Δx"}, fΔx_k})}), "|_cc")
This does not seem to be a problem when a table is defined using spread sheet data. Is there some problem with the use of lists in my definition that is causing the problem?
Transpose() isn't designed for mixed text/number matrices so just use the "v" parameter to do it in TableT:
After a little work making the change on line and several crashes of other objects in the figure when working off line, Michael's code did work by making the change on line. Guess I need to update my local version or not have so much running at once?
Thanks! [How was I to know that Transpose() was limited in its application - or about the "v" parameter?]
Comments have been locked on this page!