User Portlet
| Discussions |
|---|
| Hi! My results for NVIDIA RTX 3060 are: {0.072155, "IgneousRock"} {0.0358761, "IgneousRock"} {0.03677, "IgneousRock"} Are you sure that your GPU is used? Try Needs["CUDALink`"] CUDAInformation[] Here is my... |
| &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/1bf9931d-f6fb-480c-a3cd-214f53203fa6 |
| &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/37a98ebc-1f51-4ed9-a584-017f3e37cbef |
| Mariusz, thank you. |
| Thank you, Eric, it works! WBR, Vladimir. |
| Thank you for your answers! |
| **Hans Milton,** thank you for your example, it works. **Eric Rimbey,** I use Mathematica 9. Concerning you opinion on default values, I have to think it over. |
| Thank you, Alexey. I'll try to modify my code following your advice. There is CurrentValue[] command in Mathematica 9. |
| OK. Not perfectly clear, but I've collected some material to think about. Thank you. |
| Hello! Let us write such a code in WM9: d = With[{n = 10}, ConstantArray[1, 2 n + 1] + ArrayPad[{1}, n]] {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1} w = DiscreteWaveletTransform[d, MeyerWavelet[3]]; d2 =... |